Showing 2,141 of 2,141 total issues
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.hierarchy-depth-1{ margin-left: 10px; }
- Exclude checks
Expected item on line 1105 to appear before line 1096. 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
Use //
comments everywhere Open
Open
/* ==========================================================================
- Exclude checks
Merge rule .map #detail-map-canvas
with rule on line 1220 Open
Open
.map #detail-map-canvas {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
color: rgba($black,.4);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
visibility: hidden;
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
Colon after property should be followed by one space Open
Open
position:relative;
- Exclude checks
Properties should be ordered position, z-index Open
Open
z-index:9999 !important;
- Exclude checks
Expected item on line 50 to appear before line 47. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include transition(opacity $animation-duration-base, z-index $animation-duration-base);
- Exclude checks
Expected item on line 40 to appear before line 37. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include transition(opacity $animation-duration-base, z-index $animation-duration-base);
- Exclude checks
Expected 0 spaces after (
instead of
Open
Open
@include backface-visibility( hidden );
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-transition: margin-top $animation-duration-base, z-index $animation-duration-base;
- Exclude checks
Colon after property should be followed by one space Open
Open
z-index:-1 !important;
- Exclude checks
!important should not be used Open
Open
z-index: $layer-11 !important;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_110);
- Exclude checks
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$accentA-light: tint($accentA-base, 25);
- Exclude checks
Property border-bottom
already defined on line 143 Open
Open
border-bottom: 1px solid rgba($black, .4);
- Exclude checks
Name of variable accentA-base
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$accentA-dark: shade($accentA-base, 50);
- Exclude checks