Showing 95 of 111 total issues
Selector openModeMenu
should be written in lowercase with hyphens Open
Open
.openModeMenu {
- Exclude checks
Syntax Error: Invalid CSS after "...@include themes": expected "}", was ".theme-light;" Open
Open
@include themes.theme-light;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px;
- Exclude checks
Color literals like lime
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
fill: lime !important;
- Exclude checks
Color literals like red
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
fill: red !important;
- Exclude checks
0.75
should be written without a leading zero as .75
Open
Open
margin-right: 0.75rem;
- Exclude checks
Color grey
should be written in hexadecimal form as #808080
Open
Open
box-shadow: -1px -2px 4px grey;
- Exclude checks
Properties should be ordered display, flex, min-height, overflow, position, width Open
Open
flex: 1;
- Exclude checks
Properties should be ordered background-color, border, border-radius, color, min-width, padding, width Open
Open
min-width: none;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="number"] {
- Exclude checks
0.05
should be written without a leading zero as .05
Open
Open
transition: all 0.05s ease-in-out;
- Exclude checks
Properties should be ordered background-color, width Open
Open
width: 2px;
- Exclude checks
Color literals like yellow
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
fill: yellow !important;
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
margin: 0.25rem;
- Exclude checks
Color literals like grey
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: -1px -2px 4px grey;
- Exclude checks
Color grey
should be written in hexadecimal form as #808080
Open
Open
box-shadow: -1px -2px 4px grey;
- Exclude checks
Properties should be ordered align-items, background-color, border-bottom-left-radius, box-shadow, color, display, font-size, padding, position, right, z-index Open
Open
position: absolute;
- Exclude checks
Selector inputWrapper
should be written in lowercase with hyphens Open
Open
.inputWrapper {
- Exclude checks
Properties should be ordered background-color, border-color, color, max-width, min-width, width Open
Open
max-width: 300px;
- Exclude checks
0.35
should be written without a leading zero as .35
Open
Open
box-shadow: 0px 1px 4px hsla(0, 0%, 0%, 0.35);
- Exclude checks