Showing 5,271 of 5,271 total issues
Each selector in a comma sequence should be on its own single line Open
Open
dialog .mobile-close-reveal-modal
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- 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
.vertical-align-middle {
- Exclude checks
Selector is_distributor
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 5 Open
Open
.hub-name, .button-address {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.hub-name, .button-address {
- Exclude checks
Color literals like rgba(206, 239, 228, 0.4)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: rgba(206, 239, 228, 0.4);
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Color literals like #494949
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 3px dashed #494949;
- Exclude checks
Color literals like rgba(0, 0, 0, 0.2)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 0px 100px 20px rgba(0, 0, 0, 0.2);
- Exclude checks
Color literals like #f4704c
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f4704c;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
ul.dropdown {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
img {
- Exclude checks
Color literals like rgba(0, 0, 0, 0.5)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include box-shadow(inset 0 0 6px 2px rgba(0, 0, 0, 0.5));
- 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
&:hover {
- Exclude checks
Name of mixin paneWhiteText
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@mixin paneWhiteText {
- Exclude checks
@else
should be placed on same line as previous curly brace Open
Open
@else if $point == mobile {
- Exclude checks