Showing 5,271 of 5,271 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
$color-action-edit-bg: very-light($color-success, 5 ) !default;
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
$color-action-clone-bg: very-light($color-notice, 5 ) !default;
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
$color-action-save-bg: very-light($color-success, 5 ) !default;
- Exclude checks
Name of variable color-ste-balance_due-text
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$color-ste-balance_due-text: $color-1 !default;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
thead tr th {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
h4 {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1, h2, h3, h4, h5, h6, p {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1, h2, h3, h4, h5, h6, p {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
table.social div[class="column"] {
- Exclude checks
Unknown property gap Open
Open
gap: 1rem;
- Exclude checks
Color literals like #e6912e
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #e6912e;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px 50px 30px 50px;
- Exclude checks
Merge rule .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close
with rule on line 6 Open
Open
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
span {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks