Showing 2,141 of 2,141 total issues
Name of variable font_san_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_san_serif;
- Exclude checks
Name of variable font_size_105
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_105;
- Exclude checks
Properties should be ordered background, box-shadow, color, text-shadow Open
Open
color: #000 !important; /* Black prints faster: h5bp.com/s */
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
#app-footer a[href]:after {
- Exclude checks
!important should not be used Open
Open
border:0 !important;
- Exclude checks
Colon after property should be followed by one space Open
Open
margin:0;
- Exclude checks
!important should not be used Open
Open
border-bottom: none !important;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> section > section {
- Exclude checks
!important should not be used Open
Open
display: none !important;
- Exclude checks
!important should not be used Open
Open
color: rgba($black, 0.4) !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
div > section
- Exclude checks
Properties should be ordered color, font-size Open
Open
font-size: $font_size_95;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered border-left, font-size, margin-bottom, margin-left, margin-top, padding-bottom Open
Open
margin-top: 10px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
height: 1px;
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
Prefer single quoted strings Open
Open
content: " "; /* 1 */
- Exclude checks
Use //
comments everywhere Open
Open
display: table; /* 2 */
- Exclude checks
Properties should be ordered position, z-index Open
Open
z-index:-9998 !important;
- Exclude checks
Colon after property should be followed by one space Open
Open
position:relative;
- Exclude checks