Showing 5,271 of 5,271 total issues
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
img {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
dt, dd {
- Exclude checks
Unnecessary parent selector (&) Open
Open
&, & * {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td:nth-child(1) {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&, & * {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.medium-6, .medium-10 {
- Exclude checks
Name of mixin headingFont
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include headingFont;
- Exclude checks
Line contains trailing whitespace Open
Open
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Color literals like #DDD
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-right: 1px solid #DDD;
- Exclude checks
Name of mixin headingFont
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include headingFont;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=checkbox] + label {
- Exclude checks
Avoid using id selectors Open
Open
#line-items {
- 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
border-right: 0
is preferred over border-right: none
Open
Open
border-right: none;
- Exclude checks
Color literals like #DDD
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 0 -4px 10px #DDD;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background: white;
- Exclude checks
Selector ofn-i_007-caret-right
should be written in lowercase with hyphens Open
Open
.ofn-i_007-caret-right:before {
- Exclude checks
Selector ofn-i_012-warning
should be written in lowercase with hyphens Open
Open
.ofn-i_012-warning:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.ofn-i_021-tools:before {
- Exclude checks