Showing 2,141 of 2,141 total issues
Use //
comments everywhere Open
Open
/*
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $complementA;
- Exclude checks
Prefer single quoted strings Open
Open
content: " (" attr(href) ")";
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
width: $font_size_110;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.location-sidebar {
- Exclude checks
Name of variable font_size_105
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_105;
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-bottom: 1px solid $greyscale_midtone; // IE fallback
- Exclude checks
0.1
should be written without a leading zero as .1
Open
Open
@include single-box-shadow(0, 1px, 6px, 1px, rgba($black, 0.1), inset);
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
border-left: 1px solid rgba($input-border-color, 0.2);
- Exclude checks
Name of variable font_size_115
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_115;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- 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
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Properties should be ordered background, line-height, min-height, min-width, text-align, vertical-align Open
Open
vertical-align: baseline;
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
> footer {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> footer {
- Exclude checks
Properties should be ordered border-top, margin-top, padding-bottom, padding-top Open
Open
padding-top: 10px;
- Exclude checks
Properties should be ordered background, border-bottom, border-right, display, height, left, position, top, width Open
Open
position: absolute;
- Exclude checks
Color #CCCCCC
should be written as #cccccc
Open
Open
border-bottom: 1px solid #CCCCCC;
- Exclude checks