Showing 5,271 of 5,271 total issues
Avoid qualifying class selectors with an element. Open
Open
a.active {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.follow-icons {
- Exclude checks
Merge rule a.cta-hub
with rule on line 42 Open
Open
a.cta-hub {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.primary {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row:last-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.active_table_row.closed {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks
0px
should be written without units as 0
Open
Open
box-shadow: 0px 100px 20px rgba(0, 0, 0, 0.2);
- Exclude checks
0px
should be written without units as 0
Open
Open
text-shadow: 0px 0px 0px #fff;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
map, .angular-google-map-container, google-map, .angular-google-map {
- Exclude checks
Avoid using id selectors Open
Open
#open-street-map--search {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
li.cart {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus, &:active {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.off-canvas-wrap ul.off-canvas-list {
- Exclude checks
Name of variable border-radius-BR
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;
- Exclude checks
@else
should be placed on same line as previous curly brace Open
Open
@else if $point == mobile {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.modal-header, p.modal-header {
- Exclude checks
Color literals like #ececec
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ececec;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks