Showing 2,717 of 2,717 total issues
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width: 100%;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
iframe {
- Exclude checks
Selector has_hover
should be written in lowercase with hyphens Open
Open
button,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: absolute;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
body.big_buttons { // Big Buttons
- Exclude checks
Expected item on line 73 to appear before line 70. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
background-color: var(--hovercolor);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border-radius: var(--border-radius);
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
img {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border-bottom:1px solid #555;
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #000;
- Exclude checks
Color literals like #000000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #000000;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position:sticky;
- Exclude checks
Properties should be ordered height, margin, padding, position, vertical-align, width Open
Open
padding: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
width: 100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
button {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--beige: #ddb;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
min-height: 50px;
- Exclude checks
Colon after property should be followed by one space Open
Open
background:#ffffff77;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--beige2: #cca;
- Exclude checks
Properties should be ordered opacity, transform, transform-origin, transition Open
Open
transition: .3s !important;
- Exclude checks