Currently:
- The generated css/scss files use double quotes.
- The generated css/scss uses single colon for
:before.
Based on linter configurations, these cases might be considered errors or warnings.
Suggestion is to add the following two options to the compile command:
single-quotes: uses single quotes instead of double quotes in css/scss files.
css3: output CSS3 compliant css/scss stylesheets.
Currently:
:before.Based on linter configurations, these cases might be considered errors or warnings.
Suggestion is to add the following two options to the compile command:
single-quotes: uses single quotes instead of double quotes in css/scss files.css3: output CSS3 compliant css/scss stylesheets.