Showing 18,317 of 18,317 total issues
Line should be indented with spaces, not tabs Open
Open
&:not(.lsx-wc-cart-menu-item-simple) {
- Exclude checks
Selector widget_shopping_cart
should be written in lowercase with hyphens Open
Open
.widget_shopping_cart {
- 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
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
Avoid qualifying class selectors with an element. Open
Open
.woocommerce-message,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
td,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@extend %bootstrap-message-success;
- Exclude checks
Selector woocommerce-MyAccount-navigation
should be written in lowercase with hyphens Open
Open
.woocommerce-MyAccount-navigation {
- 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
Prefer single quoted strings Open
Open
@include media("<phone") {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
a {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#respond input#submit,
- Exclude checks
Selector widget_shopping_cart
should be written in lowercase with hyphens Open
Open
.widget_shopping_cart {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<phone") {
- Exclude checks
!important should not be used Open
Open
border-radius: 0 !important;
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f0f6";
- Exclude checks
Selector woocommerce_info
should be written in lowercase with hyphens Open
Open
.woocommerce-info,
- Exclude checks
!important should not be used Open
Open
display: block !important;
- Exclude checks