Showing 5,271 of 5,271 total issues
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
a.hub {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row, .active_table_row:first-child, .active_table_row:last-child {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row:nth-child(2) {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.show-more-producers {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.active_table_row:first-child, .active_table_row:last-child {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row:first-child,
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, &:hover, &:active, &:focus {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row, .active_table_row:first-child, .active_table_row:last-child {
- Exclude checks
Avoid using id selectors Open
Open
#loading {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. 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
&:hover, &:active, &:focus {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:hover, &:focus, &:active {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
i {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
span {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, & * {
- Exclude checks
Name of variable border-radius-BL
should be written in all lowercase letters with hyphens instead of underscores Open
Open
-webkit-border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;
- Exclude checks
Color literals like rgba(255, 255, 255, 0.65)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: rgba(255, 255, 255, 0.65);
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus, &:active {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.active_table_row, .active_table_row:first-child, .active_table_row:last-child {
- Exclude checks