Showing 18,317 of 18,317 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #e6e6e6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #e6e6e6 !important;
- Exclude checks
!important should not be used Open
Open
background-color: #e6e6e6 !important;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
td {
- Exclude checks
!important should not be used Open
Open
background-color: white !important;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
textarea {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:last-child {
- Exclude checks
Selector woocommerce-MyAccount-downloads-file
should be written in lowercase with hyphens Open
Open
.woocommerce-MyAccount-downloads-file {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Merge rule .woocommerce
with rule on line 934 Open
Open
.woocommerce {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f019";
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
select {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-Input,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-ordering select {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.quantity .qty {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
#respond input#submit,
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
a.button:not(.quick-view-button) {
- Exclude checks
Avoid using id selectors Open
Open
#payment {
- Exclude checks