lightspeeddevelopment/lsx-health-plan

View on GitHub

Showing 9,134 of 9,134 total issues

Selector woocommerce-LostPassword should be written in lowercase with hyphens
Open

p.woocommerce-LostPassword.lost_password {

Selector should have depth of applicability no greater than 3, but was 4
Open

#main .woocommerce button.woocommerce-button.button.woocommerce-form-login__submit {

Rule declaration should be preceded by an empty line
Open

.archive-header-wrapper.banner-page {

!important should not be used
Open

width: 66.66667% !important;

Avoid qualifying class selectors with an element.
Open

body:not(.logged-in).woocommerce-login,

Avoid qualifying class selectors with an element.
Open

body:not(.logged-in).woocommerce-login,

Properties should be ordered margin-left, margin-right, max-width
Open

max-width: 550px;

Merge rule body:not(.logged-in) with rule on line 10
Open

body:not(.logged-in) {

Properties should be ordered background-color, bottom
Open

bottom: 0;

Rule declaration should be followed by an empty line
Open

}

Expected item on line 250 to appear before line 242. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

@extend .box-shadow;

Rule declaration should be followed by an empty line
Open

}

Nesting should be no greater than 3, but was 4
Open

.amount {

Color literals like #F9F9F9 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

background-color: #F9F9F9;
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint
Severity
Category
Status
Source
Language