Program Files/settings/style.scss
Rule declaration should be preceded by an empty line Open
Open
#content {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
#sidebar {
- Exclude checks
Properties should be ordered display, height, text-decoration, width Open
Open
width: 100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
.big_buttons {
- Exclude checks
Selector big_buttons
should be written in lowercase with hyphens Open
Open
.big_buttons {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
height: 2.5rem;
- Exclude checks
Avoid using id selectors Open
Open
#content {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
#categorycontainer {
- Exclude checks
Selector bool_range
should be written in lowercase with hyphens Open
Open
.setting .bool_range::-webkit-slider-thumb {
- Exclude checks
Properties should be ordered display, flex-basis, flex-direction, flex-wrap, height, width Open
Open
flex-direction: row;
- Exclude checks
Avoid using id selectors Open
Open
#categorycontainer,
- Exclude checks
Color yellow
should be written in hexadecimal form as #ffff00
Open
Open
outline: 1px solid yellow;
- Exclude checks
Avoid using id selectors Open
Open
#categorycontainer {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
button {
- Exclude checks
Properties should be ordered border-radius, height, width Open
Open
height: 2.2rem;
- Exclude checks
Properties should be ordered background, display, height, left, margin, padding, position, top, width, z-index Open
Open
padding: 0;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
z-index: 200;
- Exclude checks
Properties should be ordered box-sizing, height Open
Open
height: 100vh;
- 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
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
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
Avoid using id selectors Open
Open
#categorycontainer,
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 0;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
box-sizing: border-box;
- Exclude checks
Property position
already defined on line 94 Open
Open
position: sticky;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 10px 0;
- Exclude checks
Colon after property should be followed by one space Open
Open
border-color:#fff;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color:#fff;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
margin: 0;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border-bottom: 1px solid #666;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #fff;
- Exclude checks
Merge rule body
with rule on line 1 Open
Open
body {
- Exclude checks
Properties should be ordered display, outline, position, top Open
Open
outline: 1px solid yellow;
- Exclude checks
Properties should be ordered border-bottom, padding Open
Open
padding: 10px 0;
- Exclude checks
Selector bool_range
should be written in lowercase with hyphens Open
Open
.bool_range {
- Exclude checks
Properties should be ordered display, height, left, margin, position, top, width Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: sticky;
- 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
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Properties should be ordered display, height, width Open
Open
width: 100%;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
button {
- 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
.setting .bool_range {
- Exclude checks
Avoid using id selectors Open
Open
#header {
- Exclude checks
Avoid using id selectors Open
Open
#header button {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
.category {
- Exclude checks
Properties should be ordered border-left, display, height, left, overflow, position, width Open
Open
display: block;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width: 100%;
- Exclude checks
Properties should be ordered background, border, height, width Open
Open
width: 2.5rem;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:target {
- Exclude checks
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px solid #666;
- Exclude checks
Avoid using id selectors Open
Open
#sidebar {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
left: 0;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: none;
- 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
height: 100vh;
- Exclude checks
Line should be indented 2 spaces, but was indented 8 spaces Open
Open
#content {
- Exclude checks
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-left: 1px solid #666;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
button {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background: var(--themecolor);
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #fff;
- Exclude checks
Properties should be ordered -webkit-appearance, background, border, border-radius, cursor, height, padding, width Open
Open
height: 25px;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #fff;
- Exclude checks
Avoid using id selectors Open
Open
#header {
- Exclude checks
Selector bool_range
should be written in lowercase with hyphens Open
Open
.setting .bool_range {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
top: 0;
- Exclude checks