lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Line should be indented with spaces, not tabs
Open

    padding: 15px !important;

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

    border-color: #d6e9c6;

Line should be indented with spaces, not tabs
Open

    height: 42px;

Avoid qualifying class selectors with an element.
Open

article.page {

Line should be indented with spaces, not tabs
Open

    @include media(">=desktop") {

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

                .button {

Avoid qualifying class selectors with an element.
Open

        ul.products {

Line should be indented with spaces, not tabs
Open

    margin-bottom: 10px !important;

Selector pp_woocommerce should be written in lowercase with hyphens
Open

div.pp_woocommerce {

Line should be indented with spaces, not tabs
Open

    #shipping_addresses {

Selector shipping_addresses should be written in lowercase with hyphens
Open

    #shipping_addresses {

Avoid qualifying class selectors with an element.
Open

        select.shipping_methods.shipping_method + p { margin-bottom: 0; }

Selector ms_addresses should be written in lowercase with hyphens
Open

select#ms_addresses,

Line should be indented with spaces, not tabs
Open

    font-weight: normal !important;

Avoid qualifying class selectors with an element.
Open

.button-social-login,

Line should be indented with spaces, not tabs
Open

    font-weight: normal !important;

Properties should be ordered flex-direction, flex-wrap, margin, max-width
Open

            max-width: 300px;

@include declaration should be preceded by an empty line
Open

                @include media("<tablet") {

Avoid qualifying class selectors with an element.
Open

    a.button.wl-add-but {

Line should be indented with spaces, not tabs
Open

    .wl-actions-table {
Severity
Category
Status
Source
Language