Showing 5,271 of 5,271 total issues
Selector should have depth of applicability no greater than 3, but was 4 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
Each selector in a comma sequence should be on its own single line Open
Open
a, a * {
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- 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
&, & * {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, p, h1, h2, h3, h4, h5, h6 {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
p.secure-icon i {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.tabs dd.active a {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
@include gradient(white, white);
- Exclude checks
Selector ofn-i_059-producer
should be written in lowercase with hyphens Open
Open
.active_table .active_table_node a.is_distributor, .active_table .active_table_node a.is_distributor i.ofn-i_059-producer {
- Exclude checks
Selector active_table_node
should be written in lowercase with hyphens Open
Open
.active_table .active_table_node a.is_distributor, .active_table .active_table_node a.is_distributor i.ofn-i_059-producer {
- Exclude checks
Property height
already defined on line 19 Open
Open
height: 100vh;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.open_closed {
- 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, .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
0em
should be written without units as 0
Open
Open
margin-left: 0em;
- Exclude checks