Showing 2,141 of 2,141 total issues
Avoid qualifying class selectors with an element. Open
Open
h1.name > a:hover::after {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> li {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
h1 {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
> ul {
- 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
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
> span {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
-webkit-box-shadow: 0 0 0 #ccc, 0 0 #fff inset;
- Exclude checks
Expected item on line 1083 to appear before line 1080. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include border-radius(0 0 0 10px);
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
border-bottom: 1px solid rgba($black,.1);
- Exclude checks
Avoid using id selectors Open
Open
#emergency-services {
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
@include background( radial-gradient( $primary-lightest 10%, $primary) );
- Exclude checks
Properties should be ordered margin-bottom, text-align Open
Open
text-align: left;
- Exclude checks
Properties should be ordered text-align, z-index Open
Open
z-index: $layer-7;
- Exclude checks
!important should not be used Open
Open
border-left: 6px solid tint($listitem-search-important-border, 25) !important;
- Exclude checks
Merge rule #results-container.result-map-showing .results-header
with rule on line 534 Open
Open
#results-container.result-map-showing .results-header {
- 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
Avoid vendor prefixes. Open
Open
-webkit-backface-visibility: hidden;
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-bottom: 1px solid $greyscale_midtone; // IE fallback
- Exclude checks
Avoid using id selectors Open
Open
#results-entries {
- Exclude checks