Showing 2,141 of 2,141 total issues
Prefer single quoted strings Open
Open
@import "compass/typography/text/ellipsis";
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/typography/vertical_rhythm";
- Exclude checks
Prefer single quoted strings Open
Open
@import "font-awesome";
- Exclude checks
Prefer single quoted strings Open
Open
@import "effects";
- Exclude checks
Name of variable border_radius_base
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include border-radius($border_radius_base);
- Exclude checks
Colon after property should be followed by one space Open
Open
border-bottom:1px solid rgba($white, .5);
- Exclude checks
Properties should be ordered background, color Open
Open
color: $black;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Properties should be ordered color, line-height, text-shadow Open
Open
text-shadow: 1px 4px 6px $accentA-light, 0 0 0 $black, 1px 4px 6px $accentA-light;
- Exclude checks
0.6
should be written without a leading zero as .6
Open
Open
@include input-placeholder(rgba($white, 0.6), italic);
- Exclude checks
Properties should be ordered background, border-left, display, font-family Open
Open
display: table;
- Exclude checks
Properties should be ordered background, display, padding, padding-top Open
Open
display: table-cell;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> section {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
h1 {
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
color: $pagination-hover-color
- Exclude checks
Properties should be ordered border-bottom, color, display, line-height, min-height, min-width, text-decoration Open
Open
color: $pagination-color;
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Properties should be ordered border-bottom, color Open
Open
color:$pagination-next-color !important;
- Exclude checks
Expected item on line 20 to appear before line 15. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include single-box-shadow(0, 0, 10px, 0, rgba($black, .4));
- Exclude checks
Properties should be ordered font-family, font-size Open
Open
font-size: $font_size_90;
- Exclude checks