Showing 5,271 of 5,271 total issues
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
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: white;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.off-canvas-wrap ul.off-canvas-list i {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
h3 a:hover span {
- Exclude checks
Unnecessary parent selector (&) Open
Open
&, & * {
- Exclude checks
border-left: 0
is preferred over border-left: none
Open
Open
border-left: none;
- Exclude checks
Selector ofn-i_059-producer
should be written in lowercase with hyphens Open
Open
&.is_distributor, &.is_distributor i.ofn-i_059-producer, &.is_distributor i.ofn-i_060-producer-reversed {
- 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
a.cta-hub {
- Exclude checks
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #666;
- Exclude checks
Color literals like #999
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px solid #999;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.producer-name {
- Exclude checks
Selector product_table
should be written in lowercase with hyphens Open
Open
.product_table {
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ffffff;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.icon {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.off-canvas-list li.language-switcher ul li {
- Exclude checks
Name of variable border-radius-TR
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@mixin border-radius-mixed($border-radius-TL, $border-radius-TR, $border-radius-BR, $border-radius-BL) {
- Exclude checks
Color literals like rgba(205, 205, 205, 0.65)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: rgba(205, 205, 205, 0.65);
- Exclude checks