Showing 5,271 of 5,271 total issues
Unnecessary parent selector (&) Open
Open
&, & svg {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
0rem
should be written without units as 0
Open
Open
padding-left: 0rem;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1, h2, h3, h4, h5, h6 {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1, h2, h3, h4, h5, h6 {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Selector formError
should be written in lowercase with hyphens Open
Open
span.formError {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
span.formError {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
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 4 Open
Open
a {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&.is_distributor, &.is_distributor i.ofn-i_059-producer, &.is_distributor i.ofn-i_060-producer-reversed {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.fat-taxons {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 41px 0px;
- Exclude checks
Color literals like #efefef
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #efefef;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
i {
- 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
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus {
- Exclude checks