Showing 2,141 of 2,141 total issues
Properties should be ordered background-color, color, cursor, width Open
Open
width: 240px;
- Exclude checks
Expected item on line 656 to appear before line 654. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include single-box-shadow(0, 1px, 6px, 0, rgba($black, .4));
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> a {
- Exclude checks
Properties should be ordered color, font-family, margin, margin-left, margin-right, padding, padding-top Open
Open
margin: 0;
- Exclude checks
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $accentA-light;
- Exclude checks
Properties should be ordered font-size, margin, max-width Open
Open
margin: 80px auto;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> h1 {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
h1 {
- Exclude checks
Property background
already defined on line 724 Open
Open
background: $greyscale_lightest;
- Exclude checks
Properties should be ordered background, color, font-weight, margin-left, padding-left, padding-right, vertical-align Open
Open
color: $main-header-color;
- Exclude checks
Name of variable greyscale_dark
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $greyscale_dark;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
a {
- Exclude checks
Expected item on line 406 to appear before line 404. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include inline-block();
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> span {
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
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
Avoid qualifying class selectors with an element. Open
Open
h1.name > a::after {
- Exclude checks
Properties should be ordered color, font-family, font-size, padding-bottom, padding-top, position, text-align Open
Open
text-align: center;
- Exclude checks
Avoid using id selectors Open
Open
#map-canvas {
- Exclude checks
!important should not be used Open
Open
border: 1px solid $list-search-important-border !important;
- Exclude checks