Showing 2,141 of 2,141 total issues
0.3
should be written without a leading zero as .3
Open
Open
@include single-box-shadow(0, 0, 1px, 0, rgba($pagination-border, 0.3), inset);
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Expected item on line 79 to appear before line 76. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
background: $pagination-next-hover-bg !important;
- Exclude checks
Expected item on line 68 to appear before line 63. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include rotate(-135deg);
- 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
Property color
already defined on line 78 Open
Open
color: rgba($black, .5);
- Exclude checks
Prefer single quoted strings Open
Open
content: "×";
- 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
Expected item on line 135 to appear before line 131. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include border-radius(3px);
- Exclude checks
Name of variable greyscale_lightest
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background: $greyscale_lightest;
- Exclude checks
Use //
comments everywhere Open
Open
/* ==========================================================================
- Exclude checks
Use //
comments everywhere Open
Open
display: table-header-group; /* h5bp.com/t */
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
> section > section {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
div > section
- Exclude checks
Properties should be ordered display, margin-left, margin-top, position, width Open
Open
position: static;
- Exclude checks
Expected item on line 175 to appear before line 170. 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
Nesting should be no greater than 3, but was 4 Open
Open
> button {
- Exclude checks
Avoid using id selectors Open
Open
#results-entries {
- Exclude checks
Properties should be ordered margin-left, margin-right, margin-top Open
Open
margin-top: 15px;
- Exclude checks