Showing 2,717 of 2,717 total issues
Colon after property should be followed by one space Open
Open
text-decoration:none;
- Exclude checks
Colon after property should be followed by one space Open
Open
cursor:pointer;
- Exclude checks
Colon after property should be followed by one space Open
Open
border-bottom:none;
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom:none;
- Exclude checks
Prefer single quoted strings Open
Open
@import "helper.min.css";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.programs {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.progicon, .progtitle {
- Exclude checks
!important should not be used Open
Open
background-color: transparent !important;
- Exclude checks
Avoid using id selectors Open
Open
#background {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: 100%;
- Exclude checks
Avoid using id selectors Open
Open
#emergencytools, #emergencytoolsloading { // Emergency Tools
- Exclude checks
!important should not be used Open
Open
z-index: 99999999 !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
width: 100vw;
- Exclude checks
Properties should be ordered height, margin, position, right, top, width Open
Open
position: fixed;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
* {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: auto;
- Exclude checks
0px
should be written without units as 0
Open
Open
bottom: 0px;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
progress {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
background: rgba(255,255,255,.15);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
left: 0;
- Exclude checks