Showing 2,141 of 2,141 total issues
Properties should be ordered font-size, line-height, vertical-align Open
Open
vertical-align: top;
- Exclude checks
Properties should be ordered border-bottom, color, font-family, font-size, letter-spacing, margin-bottom, margin-top, padding, vertical-align Open
Open
font-size: $font_size_95;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.location-sidebar-content-group {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.hierarchy-depth-2{ margin-left: 20px; }
- Exclude checks
Expected item on line 1164 to appear before line 1162. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include border-radius(5px);
- Exclude checks
Expected item on line 1227 to appear before line 1225. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include box-sizing(border-box);
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $greyscale_midtone; // IE fallback
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: none !important;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width: auto;
- Exclude checks
Use //
comments everywhere Open
Open
content: " "; /* 1 */
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.clearfix:after {
- Exclude checks
Colon after property should be followed by one space Open
Open
position:absolute !important;
- Exclude checks
Name of variable font_size_90
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_90);
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search]::-webkit-search-cancel-button,
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "left" {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$alert-error-base: rgb(255,10,50);
- Exclude checks
Name of variable complementB
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$pagination-hover-bg: $complementB;
- Exclude checks
0.75
should be written without a leading zero as .75
Open
Open
$font_leading_80: 0.75;
- Exclude checks
Name of variable font_size_90
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_size_90: 12px;
- Exclude checks
Name of variable font_size_115
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_size_115: 24px;
- Exclude checks