Showing 2,141 of 2,141 total issues
Line should be indented 6 spaces, but was indented 8 spaces Open
Open
@include inline-block();
- Exclude checks
Properties should be ordered padding-bottom, padding-left, padding-right, padding-top Open
Open
padding-left: 20px;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
border-bottom: 1px solid rgba($black,.1);
- Exclude checks
Name of variable accentA-dark
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background-color: $accentA-dark;
- Exclude checks
Expected item on line 614 to appear before line 610. 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
Unknown property font-color Open
Open
font-color: $greyscale_midtone;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> * {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> strong {
- Exclude checks
Name of variable font_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_serif;
- Exclude checks
Avoid using id selectors Open
Open
.inside #search-box {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
ul {
- Exclude checks
0px
should be written without units as 0
Open
Open
@include border-radius(0px 4px 4px 4px);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
font-size: 1em;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
li {
- Exclude checks
Properties should be ordered background-color, border, opacity, padding Open
Open
padding: 3px 6px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border: 0;
- Exclude checks
Properties should be ordered color, font-family, font-size, left, position, top Open
Open
position: absolute;
- Exclude checks
Expected item on line 448 to appear before line 444. 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
Avoid using id selectors Open
Open
#terminology-box-container,
- Exclude checks
Prefer single quoted strings Open
Open
content: "×";
- Exclude checks