lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Color black should be written in hexadecimal form as #000000
Open

                box-shadow: 2px 2px 0 0 black;

Selector my_account_orders should be written in lowercase with hyphens
Open

    table.woocommerce-MyAccount-downloads,

Avoid qualifying class selectors with an element.
Open

    table.woocommerce-MyAccount-downloads,

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

                .summary {

Selector no_shipping_address should be written in lowercase with hyphens
Open

    .ship_address,

Line should be indented with spaces, not tabs
Open

    select.address-select {

Avoid using id selectors
Open

        #primary.col-sm-8 &,

Selector ms_shipping_note should be written in lowercase with hyphens
Open

input.ms_shipping_date,

Line should be indented with spaces, not tabs
Open

    @extend %small-form-field;

Selector reset_variations should be written in lowercase with hyphens
Open

    .reset_variations {

Avoid using id selectors
Open

    #coupons_list {

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

                td.label {

Prefer single quoted strings
Open

                @include media("<tablet") {

Begin pseudo elements with double colons: ::
Open

        &:before {

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

            border: 1px solid #333;

Properties should be ordered clear, content, display, font-size, height, visibility
Open

            visibility: hidden;

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

                td { padding-right: 0; }

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

            tr:last-child {

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

            > a {

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

                max-width: 90rem;
Severity
Category
Status
Source
Language