rules.scsslint.SpaceAfterVariableName.html Maven / Gradle / Ivy
Details
Variables should be formatted with no space between the name and the colon.
Bad: space before colon
$my-var : 0;
Good
$my-var: 0;
Details
Variables should be formatted with no space between the name and the colon.
Bad: space before colon
$my-var : 0;
Good
$my-var: 0;