Showing 2,141 of 2,141 total issues
Use //
comments everywhere Open
Open
/*
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/css3/box-shadow";
- Exclude checks
Expected item on line 17 to appear before line 11. 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
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
height: auto;
- Exclude checks
Properties should be ordered border-bottom, color, text-decoration Open
Open
color: $white;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
margin: 0;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-transition: margin-top $animation-duration-base, z-index $animation-duration-base;
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "upper-left" {
- Exclude checks
Color literals like rgba(0, 0, 0, 0)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid rgba(0, 0, 0, 0);
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$text-accent-hover-color: $complementA;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button-small,
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$menubutton-popup-hover-color: $complementA;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button-small,
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$button-popup-hover-bg: shade($accentA-light,5);
- Exclude checks
Expected item on line 52 to appear before line 50. 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
Name of variable greyscale_light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-popup-disabled-bg: tint($greyscale_light, 60);
- Exclude checks
Name of variable font_size_105
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: #{$font_size_105 + 2};
- Exclude checks
Name of variable greyscale_light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-disabled-color: $greyscale_light;
- Exclude checks
Name of variable font_size_105
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_105;
- Exclude checks
Name of variable greyscale_light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-disabled-bg: tint($greyscale_light, 60);
- Exclude checks