Showing 2,141 of 2,141 total issues
Prefer single quoted strings Open
Open
@import "compass/css3/border-radius";
- Exclude checks
Prefer single quoted strings Open
Open
@import "responsive";
- Exclude checks
Properties should be ordered font-family, letter-spacing, min-height, pointer-events, text-align, width Open
Open
width: 100%;
- Exclude checks
Properties should be ordered border-bottom, color Open
Open
color: $white;
- Exclude checks
Properties should be ordered border-bottom, color, margin-bottom, margin-top, min-height, min-width Open
Open
color: lighten($black, 50) !important; // IE Fallback
- Exclude checks
Properties should be ordered background, color Open
Open
color: $black;
- Exclude checks
Properties should be ordered color, font-size, line-height, position, text-align, width Open
Open
position: absolute;
- Exclude checks
Colon after property should be followed by one space Open
Open
margin:0;
- Exclude checks
0.4
should be written without a leading zero as .4
Open
Open
border:1px solid rgba($input-border-color, 0.4);
- Exclude checks
Properties should be ordered -webkit-appearance, background, border, border-bottom, border-collapse, color, font-size, height, padding-left, padding-right, width Open
Open
width: 100%;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> section {
- Exclude checks
Name of variable font_size_95
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_95;
- Exclude checks
Properties should be ordered background, color Open
Open
color: $pagination-disabled-color;
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Merge rule .popup-container > article
with rule on line 10 Open
Open
.popup-container > article {
- Exclude checks
Properties should be ordered background, overflow-y, position, width Open
Open
position: absolute;
- Exclude checks
Properties should be ordered height, padding Open
Open
padding: 20px;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-border-radius: 0 10px 10px 0;
- Exclude checks