Showing 2,141 of 2,141 total issues
Use //
comments everywhere Open
Open
/* ==========================================================================
- 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
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
0.2
should be written without a leading zero as .2
Open
Open
border: 1px solid rgba($primary-darkest, 0.2);
- 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
Properties should be ordered color, font-family, font-size, line-height, margin-left, vertical-align Open
Open
margin-left: #{$font_size_110 + 5};
- Exclude checks
Expected item on line 82 to appear before line 78. 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
Properties should be ordered color, text-shadow Open
Open
text-shadow: none;
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
border: 1px solid rgba($input-border-color, 0.2);
- 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
Rule declaration should be preceded by an empty line Open
Open
h1 {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
li {
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
li.collapsed
- Exclude checks
Color #CCCCCC
should be written as #cccccc
Open
Open
border-right: 1px solid #CCCCCC;
- Exclude checks
Properties should be ordered border-bottom, font-size, font-weight, margin-bottom, padding-bottom, padding-right, text-align Open
Open
font-weight: bold;
- 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;
- Exclude checks
!important should not be used Open
Open
text-shadow: none !important;
- Exclude checks
Properties should be ordered color, content, font-size Open
Open
content: " (" attr(href) ")";
- Exclude checks
!important should not be used Open
Open
border-bottom: none !important;
- Exclude checks