Showing 18,317 of 18,317 total issues
Line should be indented with spaces, not tabs Open
Open
a {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.wp-block-woocommerce-active-filters:not(:empty) {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
ins {
- Exclude checks
Properties should be ordered background-color, margin-bottom, padding Open
Open
padding: 15px 12px;
- Exclude checks
Properties should be ordered margin, max-width Open
Open
max-width: 75rem;
- Exclude checks
Use //
comments everywhere Open
Open
/* checkbox aspect */
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.button {
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
margin-bottom: 0.5em;
- Exclude checks
Properties should be ordered color, content, display, font-family, font-size, font-weight, left, line-height, position, text-rendering, top Open
Open
content: $fa-var-square-o;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Use //
comments everywhere Open
Open
/* checked mark aspect changes */
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
.wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<phone") {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="range"]::-webkit-slider-thumb {
- Exclude checks
Selector woocommerce-MyAccount-downloads
should be written in lowercase with hyphens Open
Open
table.woocommerce-MyAccount-downloads,
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="search"] {
- Exclude checks
@media declaration should be preceded by an empty line Open
Open
@media (max-width: 600px) {
- Exclude checks
Expected item on line 317 to appear before line 147. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media("<=tablet") {
- Exclude checks