Showing 2,717 of 2,717 total issues
Avoid using id selectors Open
Open
#categorycontainer {
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
display: inline
- Exclude checks
Properties should be ordered background-color, cursor Open
Open
cursor: text;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&.decimal {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
button {
- Exclude checks
Colon after property should be followed by one space Open
Open
height:auto;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
justify-content: center;
- Exclude checks
Properties should be ordered border-radius, height, width Open
Open
height: 2.2rem;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: inline-grid;
- Exclude checks
Properties should be ordered background, display, height, left, margin, padding, position, top, width, z-index Open
Open
padding: 0;
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #000;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: relative;
- Exclude checks
Properties should be ordered background, border, border-radius, display, height, margin, padding, position, width Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
z-index: 200;
- Exclude checks
Colon after property should be followed by one space Open
Open
transition:.1s;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.leftmenu,
- Exclude checks
Colon after property should be followed by one space Open
Open
height:100vh;
- Exclude checks
Color literals like #66f
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color:#66f;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
transform:translate(-50%,-50%);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#canvascopy {
- Exclude checks