Showing 2,717 of 2,717 total issues
Line should be indented with spaces, not tabs Open
Open
justify-content: space-between;
- 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
max-height: 40vh;
- Exclude checks
Avoid vendor prefixes. Open
Open
-ms-user-select: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
user-select: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#start {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&.showprogramtitle {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&.active {
- Exclude checks
Avoid using id selectors Open
Open
#taskbartime,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: calc(100% - 65px);
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Properties should be ordered float, height, left, margin, pointer-events, position Open
Open
position: relative;
- Exclude checks
Avoid using id selectors Open
Open
#taskbar {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-webkit-touch-callout: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.program {
- Exclude checks
Properties should be ordered height, top, transform, width Open
Open
transform: scale(.5, .5) translate(-50%, -50%);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
top:0;
- Exclude checks
Colon after property should be followed by one space Open
Open
width:auto;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
box-sizing:border-box;
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom:none;
- Exclude checks