Showing 18,317 of 18,317 total issues
Color black
should be written in hexadecimal form as #000000
Open
Open
box-shadow: 2px 2px 0 0 black;
- Exclude checks
Selector my_account_orders
should be written in lowercase with hyphens Open
Open
table.woocommerce-MyAccount-downloads,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.woocommerce-MyAccount-downloads,
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.summary {
- Exclude checks
Selector no_shipping_address
should be written in lowercase with hyphens Open
Open
.ship_address,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
select.address-select {
- Exclude checks
Avoid using id selectors Open
Open
#primary.col-sm-8 &,
- Exclude checks
Selector ms_shipping_note
should be written in lowercase with hyphens Open
Open
input.ms_shipping_date,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@extend %small-form-field;
- Exclude checks
Selector reset_variations
should be written in lowercase with hyphens Open
Open
.reset_variations {
- Exclude checks
Avoid using id selectors Open
Open
#coupons_list {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
td.label {
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<tablet") {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Color literals like #333
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #333;
- Exclude checks
Properties should be ordered clear, content, display, font-size, height, visibility Open
Open
visibility: hidden;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td { padding-right: 0; }
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
tr:last-child {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> a {
- Exclude checks
Properties should be ordered margin-left, margin-right, max-width Open
Open
max-width: 90rem;
- Exclude checks