Showing 2,200 of 2,231 total issues
!important should not be used Open
Open
background-color: $warn-bg !important;
- Exclude checks
!important should not be used Open
Open
color: $info-fg !important;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&.active {
- Exclude checks
Color literals like #333
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #333;
- Exclude checks
Properties should be ordered border-top-color, border-width, bottom, left, transform-origin Open
Open
bottom: -7px;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&::after {
- Exclude checks
0.6
should be written without a leading zero as .6
Open
Open
$color-stringified: rgba(0, 200, 200, 0.6);
- Exclude checks
!important should not be used Open
Open
font-family: $font-family-numeric !important;
- Exclude checks
Selector t_key
should be written in lowercase with hyphens Open
Open
.t_key {
- Exclude checks
0.3
should be written without a leading zero as .3
Open
Open
.t_null { opacity: 0.3; }
- Exclude checks
Selector t_resource
should be written in lowercase with hyphens Open
Open
.t_resource { font-style: italic; }
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&.m_group.expanded {
- Exclude checks
0.08
should be written without a leading zero as .08
Open
Open
$transparent-light: rgba(0, 8, 16, 0.08);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&::after {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
fill: white;
- Exclude checks
Selector t_string
should be written in lowercase with hyphens Open
Open
.t_int,
- Exclude checks
Selector t_recursion
should be written in lowercase with hyphens Open
Open
.excluded,
- Exclude checks
!important should not be used Open
Open
color: $success-fg !important;
- Exclude checks
Properties should be ordered color, height, width Open
Open
width: $arrow-size;
- Exclude checks
Properties should be ordered border-bottom-color, border-width, left, top, transform-origin Open
Open
top: -6px;
- Exclude checks