Showing 2,141 of 2,141 total issues
Name of variable font_size_95
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_size_95: 14px;
- Exclude checks
Name of variable font_size_100
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_size_100: 16px;
- Exclude checks
Name of variable border_radius_base
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include single-box-shadow(0, 0, $border_radius_base, 0, $black);
- Exclude checks
Properties should be ordered background, color Open
Open
color: $white;
- Exclude checks
Colon after property should be followed by one space Open
Open
vertical-align:top;
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_110;
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
@include input-placeholder(midtone($black, 0.2), italic);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.name {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
li {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
> h1,ul,li
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Properties should be ordered color, font-size Open
Open
font-size: $font_size_90;
- Exclude checks
Name of variable font_size_90
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_90;
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $greyscale_midtone;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> div:last-child {
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
Use //
comments everywhere Open
Open
color: #000 !important; /* Black prints faster: h5bp.com/s */
- Exclude checks
Line should be indented 4 spaces, but was indented 6 spaces Open
Open
color: rgba($black, 0.6);
- Exclude checks