Showing 5,271 of 5,271 total issues
Color literals like rgba(136, 183, 213, 0)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: rgba(136, 183, 213, 0);
- 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
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) 5px,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.action-#{$action} td {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td.actions {
- Exclude checks
Color literals like #a7c44d
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #a7c44d;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="submit"],
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
background-color: #ffffff;
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
background-color: #ffffff;
- Exclude checks
0px
should be written without units as 0
Open
Open
bottom: 0px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
ul.variant-details {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
li {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:last-child:after {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.light-blue span:before {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="text"],
- Exclude checks
Color #aaaaaa
should be written as #aaa
Open
Open
color: #aaaaaa;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Color literals like rgba(149, 180, 255, 0.26)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: rgba(149, 180, 255, 0.26);
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
li {
- Exclude checks