lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

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

            p#comments_filter_field {

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

                @include input-size(

Avoid using id selectors
Open

        #customer_login {

0.875 should be written without a leading zero as .875
Open

    font-size: 0.875em;

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

                &[disabled],

Properties should be ordered display, font-family, font-style, padding
Open

    font-family: "Noto Sans", sans-serif;

Avoid qualifying class selectors with an element.
Open

            div.images {

Avoid qualifying attribute selectors with an element.
Open

            input[type="checkbox"] {

!important should not be used
Open

    padding: 0 !important;

Rule declaration should be followed by an empty line
Open

        }

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

            textarea {

Each selector in a comma sequence should be on its own single line
Open

#tribe-community-events

Line should be indented with spaces, not tabs
Open

    text-align: center;

Line should be indented with spaces, not tabs
Open

    padding: 0;

Selector type-tribe_events should be written in lowercase with hyphens
Open

        .type-tribe_events {

Color white should be written in hexadecimal form as #ffffff
Open

        background-color: white;

Color literals like rgba(0, 0, 0, 0.075) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),

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

        border-right: 1px solid #e0e0e0;

Line should be indented with spaces, not tabs
Open

    border: 1px solid $breaker;

Properties should be ordered border, margin, padding-bottom
Open

        margin: 24px 0;
Severity
Category
Status
Source
Language