app/webpacker/css/admin/components/wizard_progress.scss
Name of variable color_selected
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$color_selected: $spree-blue;
- Exclude checks
Color literals like #494949
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #494949;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Name of variable color_unselected
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background-color: $color_unselected;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
ul.wizard-progress {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Name of variable color_selected
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background-color: $color_selected;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
li {
- Exclude checks
Name of variable color_unselected
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background-color: $color_unselected;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:after {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before,
- Exclude checks
Name of variable color_selected
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background-color: $color_selected;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-top: 3px solid #fff;
- Exclude checks
Name of variable color_unselected
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$color_unselected: #d9d9d9;
- Exclude checks
Color literals like #494949
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #494949;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-right: 3px solid #fff;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
Name of variable color_selected
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background-color: $color_selected;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks