Showing 5,271 of 5,271 total issues
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
Avoid qualifying id selectors with an element. Open
Open
table#customers.index {
- 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
Avoid qualifying class selectors with an element. Open
Open
div.header {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button {
- Exclude checks
Color literals like #ebf3fb
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ebf3fb;
- Exclude checks
border-right: 0
is preferred over border-right: none
Open
Open
border-right: none;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like rgba(84, 152, 218, 0)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
rgba(84, 152, 218, 0),
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #000000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-right: 20px solid #000000;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.icon-ok-sign {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
i.icon-ok-sign {
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
@if $moz { -moz-#{$property}: $value; }
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
@if $spec { #{$property}: $value; }
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
$color-action-edit-brd: very-light($color-success, 20 ) !default;
- Exclude checks
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #666;
- Exclude checks