Showing 5,271 of 5,271 total issues
Avoid using id selectors Open
Open
#loading {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #fff;
- Exclude checks
Color literals like #015e94
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-image: linear-gradient(#28a0e5, #015e94);
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:before {
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #ffffff;
- Exclude checks
Color literals like #7a7a7a
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #7a7a7a;
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
color: #ffffff;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.ts-dropdown .create:hover,
- Exclude checks
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
Selector connected_apps_panel
should be written in lowercase with hyphens Open
Open
#connected_apps_panel {
- Exclude checks
0px
should be written without units as 0
Open
Open
0px 1px 0px rgba(0, 0, 0, 0.05),
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 10px 5px 0px 3%;
- Exclude checks
Shorthand form for property border-width
should be written more concisely as 0px 0px 1px
instead of 0px 0px 1px 0px
Open
Open
border-width: 0px 0px 1px 0px;
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 1px 0px 1px;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.check:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
> details > summary:after {
- Exclude checks