Showing 2,717 of 2,717 total issues
Properties should be ordered font-size, height, line-height, margin, padding, width Open
Open
height: 2.5rem;
- Exclude checks
Colon after property should be followed by one space Open
Open
box-shadow:0 0 10px 5px var(--hovercolornontransparent),
- Exclude checks
Colon after property should be followed by one space Open
Open
left:0;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
html, body, .content {
- Exclude checks
Colon after property should be followed by one space Open
Open
top:0;
- Exclude checks
Properties should be ordered font-size, transition Open
Open
transition: .2s;
- Exclude checks
Properties should be ordered box-sizing, height Open
Open
height: 100vh;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-sizing: border-box;
- Exclude checks
Selector a_notificaton
should be written in lowercase with hyphens Open
Open
.a_notificaton {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.sidebaritem {
- Exclude checks
Properties should be ordered background, font-size, left, min-width, width Open
Open
width: auto;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Properties should be ordered box-sizing, display, height Open
Open
display: block;
- Exclude checks
Color literals like yellow
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
outline: 1px solid yellow;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Colon after property should be followed by one space Open
Open
height:100vh;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
.bool_range {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
#categorycontainer,
- Exclude checks
Colon after property should be followed by one space Open
Open
background-color:var(--beige2) !important;
- Exclude checks
Colon after property should be followed by one space Open
Open
display:flex;
- Exclude checks