Showing 2,141 of 2,141 total issues
Colon after property should be followed by one space Open
Open
vertical-align:middle;
- Exclude checks
Name of variable complementB
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-utility-bg-hover: $complementB;
- Exclude checks
Name of variable accentB
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$listitem-search-important-border: $accentB;
- Exclude checks
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
text-shadow: 1px 4px 6px $accentA-light, 0 0 0 $black, 1px 4px 6px $accentA-light;
- Exclude checks
Property color
already defined on line 126 Open
Open
color: $button-color;
- Exclude checks
0.75
should be written without a leading zero as .75
Open
Open
$font_leading_90: 0.75;
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/reset";
- Exclude checks
Property color
already defined on line 223 Open
Open
color: midtone($black, 0.5);
- Exclude checks
0.3
should be written without a leading zero as .3
Open
Open
background: rgba($white, 0.3);
- Exclude checks
Prefer single quoted strings Open
Open
@import "variables";
- Exclude checks
Prefer single quoted strings Open
Open
@import "base";
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
> hgroup {
- Exclude checks
Colon after property should be followed by one space Open
Open
border-bottom:1px solid $white;
- Exclude checks
Merge rule .alert-close
with rule on line 41 Open
Open
.alert-close {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> hgroup {
- Exclude checks
!important should not be used Open
Open
color: rgba($black, .75) !important;
- Exclude checks
Name of variable greyscale_lightest
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include site-link('.organization-detail', $greyscale_lightest);
- Exclude checks
Properties should be ordered background, color, cursor, letter-spacing, margin, padding, text-decoration Open
Open
text-decoration: none;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
> h1,ul,li
- Exclude checks
!important should not be used Open
Open
cursor: default !important;
- Exclude checks