Showing 5,271 of 5,271 total issues
Each selector in a comma sequence should be on its own single line Open
Open
.active_table_row, .active_table_row:first-child, .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, .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, .active_table_row:first-child, .active_table_row:last-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
a, a * {
- Exclude checks
Color literals like rgba(220, 220, 220, 0.5)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: rgba(220, 220, 220, 0.5);
- 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
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus, &:active {
- 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, &:active, &:focus {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.columns:last-child {
- Exclude checks
Selector ofn-i_059-producer
should be written in lowercase with hyphens Open
Open
i.ofn-i_063-hub, i.ofn-i_064-hub-reversed, i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.less {
- 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
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
.active_table_row, .active_table_row:first-child, .active_table_row:last-child {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
a, a * {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&.closed, &.open {
- Exclude checks
Color literals like rgba(0, 0, 0, 0.85)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: rgba(0, 0, 0, 0.85);
- Exclude checks
Avoid using id selectors Open
Open
#message {
- Exclude checks
Color #FFFFFF
should be written as #FFF
Open
Open
background-color: #FFFFFF;
- Exclude checks