Showing 2,200 of 2,231 total issues
Properties should be ordered display, font-size, text-align, transform-origin, vertical-align Open
Open
text-align: center;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.fa-times-circle {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Color literals like #d8000c
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #d8000c;
- Exclude checks
Properties should be ordered padding-left, text-indent Open
Open
text-indent: 0;
- Exclude checks
Selector t_string
should be written in lowercase with hyphens Open
Open
> .t_string:nth-child(4) {
- Exclude checks
Selector t_string
should be written in lowercase with hyphens Open
Open
> .t_string:nth-child(3)::before {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line contains trailing whitespace Open
Open
*[data-toggle] {
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
padding: 0.05em 0.5em 0;
- Exclude checks
Properties should be ordered border-collapse, width Open
Open
width: auto;
- Exclude checks
Color silver
should be written in hexadecimal form as #c0c0c0
Open
Open
background-color: silver;
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
padding: 0 0.25em;
- Exclude checks
Properties should be ordered font-size, margin, padding, word-spacing Open
Open
padding: 0;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
opacity: 0.5;
- Exclude checks
Selector ws_n
should be written in lowercase with hyphens Open
Open
.ws_n::before { content: "\\n"; }
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&::after { content: ")"; }
- Exclude checks
Color literals like #c9c9c9
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-image: linear-gradient(to bottom, rgba(#c9c9c9, 0), #c9c9c9);
- Exclude checks
0.33
should be written without a leading zero as .33
Open
Open
opacity: 0.33;
- Exclude checks