Showing 2,141 of 2,141 total issues
Properties should be ordered -webkit-border-radius, -webkit-box-shadow Open
Open
-webkit-box-shadow: inset 0 0 10px rgba($black, .2);
- Exclude checks
Color literals like #CCCCCC
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px solid #CCCCCC;
- Exclude checks
Properties should be ordered color, font-size, position, right, top Open
Open
position: absolute;
- Exclude checks
Name of variable font_size_120
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_120;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Name of variable font_size_100
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_100;
- Exclude checks
Color literals like #999
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #999;
- Exclude checks
Properties should be ordered border-bottom, text-decoration Open
Open
text-decoration: none !important;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
!important should not be used Open
Open
line-height: 14px !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> button {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
> span {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
> .fa {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.location-sidebar {
- Exclude checks
Properties should be ordered background, display, font-size, height, margin, padding-right, width Open
Open
height: 40px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> ul > li {
- Exclude checks
Avoid using id selectors Open
Open
#map-size-control {
- Exclude checks
Properties should be ordered border-bottom, border-left, border-right, border-top Open
Open
border-left: 20px solid $greyscale_lightest;
- Exclude checks
Properties should be ordered border, width Open
Open
width: 100%;
- Exclude checks