Showing 18,317 of 18,317 total issues
Rule declaration should be preceded by an empty line Open
Open
span {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.col-2 {
- Exclude checks
Selector order_review
should be written in lowercase with hyphens Open
Open
#order_review,
- Exclude checks
Selector woochimp_checkout_groups
should be written in lowercase with hyphens Open
Open
#order_review,
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=tablet") {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.quick-view {
- Exclude checks
Avoid using id selectors Open
Open
#shipping_addresses {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.ship_address,
- Exclude checks
Selector shipping_methods
should be written in lowercase with hyphens Open
Open
select.shipping_methods.shipping_method + p { margin-bottom: 0; }
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@extend %lsx-form-field;
- Exclude checks
Selector generated_coupon_summary
should be written in lowercase with hyphens Open
Open
.generated_coupon_summary { margin: 0; }
- Exclude checks
0.6180469716
should be written without a leading zero as .6180469716
Open
Open
&.small { padding: 0.6180469716em 1.41575em; }
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#coupons_list {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
td.value {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.product-details {
- Exclude checks
Properties should be ordered align-self, flex-grow, margin, text-align Open
Open
flex-grow: 4;
- Exclude checks
!important should not be used Open
Open
box-shadow: none !important;
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:first-child { border-radius: 5px 0 0 0; }
- Exclude checks