Marc-André Charpentier
Marc-André Charpentier
Hey! I've got this LESS file where it would like to declare a class with UTF-8 accents (french) because of some CMS requirements (PERCH)... It's possible in CSS but it...
### What minimal example or steps are needed to reproduce the bug? ```css @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } ``` ### What...
### What is the problem you're trying to solve? Some generic rules (e.g. rule-selector-property-disallowed-list) can be used multiple times, for different reasons, but can link to only one URL. As...
### What minimal example or steps are needed to reproduce the bug? ```css .search { & input { width: 100%; } } ``` ### What minimal configuration is needed to...
### What problem does this feature solve? Create links to outside documentation to better explain the reason behind the error. ### How does this feature solve the problem? There seems...
> Which issue, if any, is this issue related to? Closes #7621 > Is there anything in the PR that needs further explanation? Tests and doc are pending. Not sure...