Showing 2,141 of 2,141 total issues
Colon after property should be followed by one space Open
Open
position:relative;
- Exclude checks
!important should not be used Open
Open
z-index:-9998 !important;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.clearfix:before,
- Exclude checks
!important should not be used Open
Open
margin-top: 0 !important;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: table; /* 2 */
- Exclude checks
!important should not be used Open
Open
z-index: $layer-7 !important;
- Exclude checks
@function declaration should be followed by an empty line Open
Open
}
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "small" {
- Exclude checks
Properties should be ordered border-bottom, color, cursor, text-decoration Open
Open
text-decoration: none;
- Exclude checks
Colon after property should be followed by one space Open
Open
z-index:9999 !important;
- 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
Avoid vendor prefixes. Open
Open
-webkit-transition: margin-top $animation-duration-base, z-index $animation-duration-base;
- 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
Property color
already defined on line 134 Open
Open
color: rgba($black, .6);
- Exclude checks
!important should not be used Open
Open
z-index: $layer-8 !important;
- Exclude checks
Name of variable font_size_105
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_size_105: 18px;
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "xlarge" {
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/css3/filter";
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search]::-webkit-search-cancel-button,
- Exclude checks
Use //
comments everywhere Open
Open
/* ==========================================================================
- Exclude checks