Showing 2,141 of 2,141 total issues
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
Properties should be ordered text-align, width Open
Open
width: 100%;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> input {
- Exclude checks
Name of variable greyscale_light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-left: 1px dotted $greyscale_light;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> input {
- Exclude checks
Avoid using id selectors Open
Open
#search-box {
- Exclude checks
Name of variable greyscale_lightest
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-left: 20px solid $greyscale_lightest;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> section {
- Exclude checks
Expected item on line 344 to appear before line 343. 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
Nesting should be no greater than 3, but was 4 Open
Open
li {
- Exclude checks
Avoid using id selectors Open
Open
#detail-info {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> span {
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $greyscale_midtone; // IE fallback
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
border-bottom: 1px solid rgba($black,.4);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: absolute;
- Exclude checks
Properties should be ordered position, z-index Open
Open
z-index:0 !important;
- Exclude checks
Properties should be ordered position, z-index Open
Open
z-index:9998 !important;
- Exclude checks
Expected 0 spaces after (
instead of
Open
Open
@include backface-visibility( hidden );
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
@if type-of($opacity) == number{@return rgba($color, $opacity)}
- Exclude checks
@function declaration should be followed by an empty line Open
Open
}
- Exclude checks