Showing 2,141 of 2,141 total issues
Properties should be ordered background, border, font-family, margin, padding Open
Open
padding: 30px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
li {
- Exclude checks
Expected item on line 8 to appear before line 4. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include border-radius(4px);
- Exclude checks
Name of variable font_size_95
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_95;
- Exclude checks
!important should not be used Open
Open
max-width: 100% !important;
- Exclude checks
Expected item on line 340 to appear before line 339. 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 qualifying attribute selectors with an element. Open
Open
#app-footer a[href]:after {
- Exclude checks
Expected item on line 6 to appear before line 2. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include type-size(baseline);
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
h1 {
- Exclude checks
Colon after property should be followed by one space Open
Open
border:1px solid rgba(0, 0, 0, 0);
- Exclude checks
Colon after property should be followed by one space Open
Open
margin-right:0 !important;
- Exclude checks
Avoid using id selectors Open
Open
#results-entries {
- Exclude checks
Name of variable font_san_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_san_serif;
- Exclude checks
Avoid using id selectors Open
Open
#search-box {
- Exclude checks
Properties should be ordered background, border, border-bottom, border-collapse, color, font-size, height, margin-left, padding, padding-left, padding-right, vertical-align, width Open
Open
font-size: $font_size_105;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> button {
- Exclude checks
Properties should be ordered background, border, cursor, font-size, margin, max-height, padding, padding-bottom, padding-top Open
Open
font-size: $font_size_95;
- Exclude checks
Avoid using id selectors Open
Open
#category-box {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
> ul > li > ul > li {
- Exclude checks
Name of variable font_san_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_san_serif;
- Exclude checks