Showing 2,200 of 2,231 total issues
Rule declaration should be preceded by an empty line Open
Open
.fa {
- Exclude checks
Properties should be ordered color, cursor, display, font-size, line-height, padding, vertical-align Open
Open
display: inline-block;
- Exclude checks
0.3
should be written without a leading zero as .3
Open
Open
$transparent-dark: rgba(0, 8, 16, 0.3);
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
fill: white;
- Exclude checks
Selector t_name
should be written in lowercase with hyphens Open
Open
.t_name {
- Exclude checks
Selector t_float
should be written in lowercase with hyphens Open
Open
.t_int,
- Exclude checks
!important should not be used Open
Open
color: $secondary-fg !important;
- Exclude checks
!important should not be used Open
Open
color: $error-fg !important;
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
opacity: 0.5;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
hr {
- Exclude checks
Properties should be ordered border-right-color, border-width, right, top Open
Open
border-width: 7px 7px 7px 0;
- Exclude checks
Properties should be ordered color, font-family, font-size, line-height Open
Open
font-family: $font-family-numeric !important;
- Exclude checks
Selector t_int
should be written in lowercase with hyphens Open
Open
&.t_int { white-space: nowrap; }
- Exclude checks
Selector t_unknown
should be written in lowercase with hyphens Open
Open
.excluded,
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&::before,
- Exclude checks
Properties should be ordered color, font-family, opacity Open
Open
font-family: $font-family;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:not(.active) {
- 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-color: #fff;
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
$transparent-darker: rgba(0, 8, 16, 0.5);
- Exclude checks
0.75
should be written without a leading zero as .75
Open
Open
opacity: 0.75;
- Exclude checks