Showing 2,141 of 2,141 total issues
Opening curly brace {
should be preceded by one space Open
Open
@if type-of($opacity) == number{@return rgba(tint($color, 50), $opacity)}
- Exclude checks
Name of variable accentA-base
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$accentA-base: rgb(209,249,148);
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$accentB: rgb(255,200,56);
- Exclude checks
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-popup-bg: $accentA-light;
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-hover-color: $complementA;
- Exclude checks
0.1
should be written without a leading zero as .1
Open
Open
$pagination-disabled-bg: rgba($complementB, 0.1);
- Exclude checks
Name of variable font_leading_95
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_leading_95: 1;
- Exclude checks
Name of variable font_leading_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_leading_110: 1.25;
- Exclude checks
Name of variable font_leading_130
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_leading_130: 1.5;
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/css3/background-size";
- Exclude checks
!important should not be used Open
Open
color: rgba($black, .25) !important;
- Exclude checks
Properties should be ordered background, border, color, cursor Open
Open
border:1px solid rgba(0, 0, 0, 0);
- Exclude checks
Expected item on line 25 to appear before line 21. 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
Property color
already defined on line 126 Open
Open
color: midtone($black, .5);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
>.fa {
- Exclude checks
Merge rule .input-search-filter.input-search-filter-option
with rule on line 152 Open
Open
.input-search-filter.input-search-filter-option {
- Exclude checks
Expected item on line 220 to appear before line 210. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include rounded-except(bottom);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.fa {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> hgroup {
- Exclude checks
Merge rule li.collapsed
with rule on line 12 Open
Open
li.collapsed
- Exclude checks