Showing 18,317 of 18,317 total issues
Nesting should be no greater than 3, but was 4 Open
Open
thead {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.shop_table {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.input-text {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
& > li.active > a {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
div.product {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
form.cart {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector woocommerce-form-login__submit
should be written in lowercase with hyphens Open
Open
.woocommerce-button.button.woocommerce-form-login__submit {
- Exclude checks
Selector woocommerce-LostPassword
should be written in lowercase with hyphens Open
Open
.woocommerce-LostPassword.lost_password {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-result-count {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.cart {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
tbody {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
thead {
- Exclude checks
Shorthand form for property border-radius
should be written more concisely as 5px 0 0
instead of 5px 0 0 0
Open
Open
border-radius: 5px 0 0 0;
- Exclude checks
Avoid using id selectors Open
Open
#add_payment_method,
- Exclude checks
Color literals like #e6e6e6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 8px solid #e6e6e6;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
th {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > *:last-child {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white !important;
- Exclude checks
Shorthand form for property border-radius
should be written more concisely as 0 0 5px
instead of 0 0 5px 0
Open
Open
border-radius: 0 0 5px 0;
- Exclude checks