Showing 18,317 of 18,317 total issues
Line should be indented with spaces, not tabs Open
Open
input[type="text"] {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.coupon {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.input-text {
- 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
Nesting should be no greater than 3, but was 4 Open
Open
tbody:last-child,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
tr:last-child {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
input[type="radio"]:first-child:checked + label:before {
- Exclude checks
Selector place_order
should be written in lowercase with hyphens Open
Open
#place_order {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Color literals like #9b9b9b
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #9b9b9b;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white !important;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.wp-block-cover__inner-container {
- Exclude checks
Properties should be ordered background, float, padding, width Open
Open
width: 70%;
- Exclude checks
0.5407911001
should be written without a leading zero as .5407911001
Open
Open
margin-right: 0.5407911001em;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.nav-tabs > li {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-right: 3px solid #000;
- Exclude checks
Avoid using id selectors Open
Open
#main {
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #ffffff;
- Exclude checks
Merge rule .nav-tabs
with rule on line 539 Open
Open
.nav-tabs {
- Exclude checks