Showing 2,141 of 2,141 total issues
Name of variable accentA-dark
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$accentA-dark: shade($accentA-base, 50);
- Exclude checks
Name of variable font_leading_120
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_leading_120: 1.25;
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-small-hover-color: $complementA;
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/css3/images";
- Exclude checks
Name of variable font_size_80
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_size_80: 9px;
- Exclude checks
Name of variable font_leading_80
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_leading_80: 0.75;
- Exclude checks
Prefer single quoted strings Open
Open
@import "assets";
- Exclude checks
Name of variable font_size_130
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_size_130: 38px;
- Exclude checks
Name of variable accentA-base
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background: saturate($accentA-base, 1);
- Exclude checks
Use //
comments everywhere Open
Open
/* ==========================================================================
- Exclude checks
Expected item on line 42 to appear before line 36. 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
0.5
should be written without a leading zero as .5
Open
Open
color: rgba($black, 0.5);
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/css3/transform";
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.fa {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Colon after property should be followed by one space Open
Open
background:$pagination-next-bg;
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
margin-left: #{$font_size_110 + 5};
- Exclude checks
!important should not be used Open
Open
background: $pagination-next-hover-bg !important;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-bottom: 6px solid $accentA-light;
- Exclude checks