Showing 2,717 of 2,717 total issues
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
margin: 10px 10%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
:root {
- Exclude checks
Selector content_files
should be written in lowercase with hyphens Open
Open
#content_files {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=text] {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
img, a {
- Exclude checks
Line contains trailing whitespace Open
Open
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&_A {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 20px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
box-sizing: border-box;
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
transform: scale(1.5)
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #000;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
category {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Colon after property should be followed by one space Open
Open
margin:0;
- Exclude checks
Colon after property should be followed by one space Open
Open
padding:0;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
p, a, b, input, .cmdinputcontainer {
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
border: .01em solid black;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: flex;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
grid-template-columns: repeat(7, 1fr);
- Exclude checks