rules.scsslint.SpaceAfterVariableColon.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-web-frontend-scss Show documentation
Show all versions of sonar-web-frontend-scss Show documentation
Consume reports generated by scsslint for code quality. Also consume reports for code duplication (either simian or cpd). The information generated by reports are added in Sonar
Details
Variables should be formatted with a single space separating the colon from
the variable's value.
Bad: no space after colon
$my-color:#fff;
Bad: more than one space after colon
$my-color: #fff;
Good
$my-color: #fff;
The style
option allows you to specify a different preferred style.
Configuration Option
Description
style
one_space
, no_space
, at_least_one_space
or one_space_or_newline
(default one_space)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy