Showing 18,317 of 18,317 total issues
Avoid qualifying class selectors with an element. Open
Open
label.inline {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
label.inline {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
& > input[type="radio"] {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f10c";
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& + a {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=desktop") {
- Exclude checks
Properties should be ordered border, border-radius, margin, padding Open
Open
padding: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.checkout-header-wrapper {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.entry-content {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-ordering {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.lsx-wc-checkout-steps-items {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-checkout-review-order,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.product {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.panel {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
tbody {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
th {
- 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-bottom: 1px solid #ddd;
- Exclude checks