Showing 2,200 of 2,231 total issues
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.method .parameter .t_parameter-name[title],
- Exclude checks
Selector t_punct
should be written in lowercase with hyphens Open
Open
> .t_punct:not(.t_colon) {
- Exclude checks
Selector isVirtual
should be written in lowercase with hyphens Open
Open
i.isVirtual {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.isVirtual {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.fa-eye {
- Exclude checks
Color literals like #f0f0f0
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f0f0f0;
- Exclude checks
Color literals like #afafaf
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #afafaf;
- Exclude checks
!important should not be used Open
Open
font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered background-color, border, color, height Open
Open
color: $default-fg;
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
border: 1px solid black;
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
padding: 0 0.4em 0 0.25em;
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
transition: all 0.5s;
- Exclude checks
0.33
should be written without a leading zero as .33
Open
Open
padding-right: 0.33em;
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
opacity: 0.5;
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
0.75
should be written without a leading zero as .75
Open
Open
opacity: 0.75;
- Exclude checks
0.66
should be written without a leading zero as .66
Open
Open
opacity: 0.66;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #999
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
i.fa-clone { color: #999; }
- Exclude checks