Showing 2,141 of 2,141 total issues
Properties should be ordered left, position, top Open
Open
position: fixed !important;
- Exclude checks
@function declaration should be followed by an empty line Open
Open
}
- Exclude checks
Files should end with a trailing newline Open
Open
}
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Name of variable font_size_80
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_80);
- Exclude checks
Begin pseudo classes with a single colon: :
Open
Open
input::input-placeholder {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
@include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2), 0 -1px 2px rgba($black,.2));
- Exclude checks
Avoid vendor prefixes. Open
Open
input:-moz-placeholder {
- Exclude checks
Name of variable greyscale_light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-bottom: 1px solid $greyscale_light; // IE fallback
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search]::-webkit-search-cancel-button,
- Exclude checks
Avoid using id selectors Open
Open
.map #detail-map-canvas {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$greyscale_light: rgb(171,171,171);
- Exclude checks
Expected item on line 1238 to appear before line 1233. 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
Commas in function arguments should be followed by one space Open
Open
$greyscale_lightest: rgb(252,252,252);
- Exclude checks
Shorthand form for property padding
should be written more concisely as 0 20px 20px
instead of 0 20px 20px 20px
Open
Open
padding: 0 20px 20px 20px;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$primary: rgb(137,209,226);
- Exclude checks
Properties should be ordered font-family, line-height, margin-left, vertical-align Open
Open
vertical-align: baseline;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$button-hover-bg: shade($accentA-light,5);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
visibility: hidden;
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_size_110: 21px;
- Exclude checks