Showing 2,141 of 2,141 total issues
Colon after property should be followed by one space Open
Open
display:block !important;
- Exclude checks
!important should not be used Open
Open
display: none !important;
- Exclude checks
Expected item on line 25 to appear before line 24. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include border-radius(4px);
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.location-sidebar {
- Exclude checks
Avoid using id selectors Open
Open
#geolocate-box {
- Exclude checks
Merge rule > ul > li > ul > li
with rule on line 201 Open
Open
> ul > li > ul > li {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> header > nav {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.next,
- Exclude checks
Avoid using id selectors Open
Open
#search-container {
- Exclude checks
Expected item on line 276 to appear before line 274. 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
Rule declaration should be preceded by an empty line Open
Open
> span {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
h1 {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
overflow: hidden;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
content: " "; /* 1 */
- Exclude checks
!important should not be used Open
Open
position: fixed !important;
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "tiny" {
- Exclude checks
Name of variable font_size_100
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_100);
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "large" {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=search]::-webkit-search-cancel-button,
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "lower-left" {
- Exclude checks