Showing 5,271 of 5,271 total issues
Color literals like rgba(0, 0, 0, 0.1)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
- Exclude checks
Color literals like rgba(193, 18, 43, 0.1)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: rgba(193, 18, 43, 0.1);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
span {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.checkout-input span.formError, div.error.card-errors {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line contains trailing whitespace Open
Open
- Exclude checks
Line contains trailing whitespace Open
Open
- Exclude checks
Line contains trailing whitespace Open
Open
- 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
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Selector ofn-i_051-check-big
should be written in lowercase with hyphens Open
Open
i.ofn-i_051-check-big:before {
- Exclude checks
0px
should be written without units as 0
Open
Open
border-radius: 0px;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.ofn-i_001-arrow-left:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.ofn-i_003-check:before {
- Exclude checks
Selector ofn-i_009-close
should be written in lowercase with hyphens Open
Open
.ofn-i_009-close:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.ofn-i_010-bullet:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.ofn-i_020-search:before {
- Exclude checks
Unnecessary parent selector (&) Open
Open
&, & * {
- Exclude checks
Avoid using id selectors Open
Open
input#search {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks