lightspeeddevelopment/lsx-health-plan

View on GitHub

Showing 9,134 of 9,134 total issues

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

                color: #30bb00;

Rule declaration should be preceded by an empty line
Open

        &:empty {

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

                    &:before {

Line should be indented with spaces, not tabs
Open

    article.page {

Rule declaration should be followed by an empty line
Open

        }

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

            .primary-navbar {

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

                    .woocommerce-notices-wrapper {

Rule declaration should be followed by an empty line
Open

}

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

            .woocommerce-terms-and-conditions-wrapper {

!important should not be used
Open

                    padding-bottom: 20px !important;

Properties should be ordered background-color, box-shadow, float, margin-top, width
Open

                margin-top: 5px;

Properties should be ordered background-color, flex-grow, margin-bottom, margin-left, margin-right, min-width, padding, text-align
Open

            text-align: center;

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

            .title {

Line should be indented with spaces, not tabs
Open

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