Showing 5,271 of 5,271 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
border-right: 0
is preferred over border-right: none
Open
Open
border-right: none;
- Exclude checks
Avoid comma sequences in @extend
directives; prefer single placeholder selectors (e.g. %some-placeholder
) Open
Open
.icon-email:before { @extend .icon-envelope, :before; }
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
button,
- Exclude checks
Selector icon_link
should be written in lowercase with hyphens Open
Open
&.button, &.icon_link {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.icon-cancel:before,
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
.icon-email:before { @extend .icon-envelope, :before; }
- Exclude checks
@media declaration should be preceded by an empty line Open
Open
@media all and (min-width: $tablet_breakpoint) {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.icon-resend_authorization_email:before { @extend .icon-envelope, :before; }
- Exclude checks
Declaration should be terminated by a single semicolon Open
Open
background-color: #f6f6f6;;
- Exclude checks
Avoid comma sequences in @extend
directives; prefer single placeholder selectors (e.g. %some-placeholder
) Open
Open
.icon-resume:before { @extend .icon-refresh, :before; }
- Exclude checks
Avoid comma sequences in @extend
directives; prefer single placeholder selectors (e.g. %some-placeholder
) Open
Open
.icon-void:before { @extend .icon-remove, :before; }
- Exclude checks
Avoid using id selectors Open
Open
#header {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
button[class*='icon-'] {
- Exclude checks
Color literals like #c3c3c3
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #c3c3c3;
- Exclude checks
border-top: 0
is preferred over border-top: none
Open
Open
border-top: none;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.icon-envelope-alt, .icon-eye-open {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1,h2,h3,h4,h5,h6 {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:hover td {
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
.blue { color: $color-3 }
- Exclude checks