Showing 2,717 of 2,717 total issues
Line should be indented with spaces, not tabs Open
Open
-webkit-user-select: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: 0;
- Exclude checks
Avoid using id selectors Open
Open
+#emergencytoolsloading {
- Exclude checks
Color literals like #ffffaa
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #ffffaa;
- Exclude checks
Color #000000
should be written as #000
Open
Open
color: #000000;
- Exclude checks
Expected item on line 260 to appear before line 248. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
transform: scale(.25) !important;
- Exclude checks
!important should not be used Open
Open
transition: .3s !important;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&.fullscreen {
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-user-select: none;
- Exclude checks
Properties should be ordered border, border-bottom-left-radius, border-bottom-right-radius, border-top, color-scheme, height, left, overflow, position, top, width Open
Open
position: absolute;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
* {
- Exclude checks
Properties should be ordered height, position, transform, width Open
Open
width: 10px;
- Exclude checks
Properties should be ordered height, left, position, top, width Open
Open
position: absolute;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
text-overflow:ellipsis;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--hovercolor: #ffaa0077;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--font-size-base: 1em;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
font-size: var(--font-size-base);
- Exclude checks
Unknown property color-scheme Open
Open
color-scheme: light;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:hover, &:focus-visible {
- Exclude checks