lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

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

                &::-ms-expand {

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

                &[disabled],

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

            input[type="checkbox"] {

Properties should be ordered background-color, border
Open

                    border: 0;

Rule declaration should be followed by an empty line
Open

        }

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

.tribe-dropdown.select2-container-multi

Merge rule .content-area with rule on line 198
Open

.content-area {

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

        > p,

Line should be indented with spaces, not tabs
Open

    @include lsx-button-scaffolding();

Avoid qualifying class selectors with an element.
Open

a.tribe-add-post.tribe-button,

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

                @include input-size(

Line should be indented with spaces, not tabs
Open

    border: none;

Selector tribe-field-end_date should be written in lowercase with hyphens
Open

    .tribe-field-start_date,

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

        border-top: 1px solid #e0e0e0;

Rule declaration should be preceded by an empty line
Open

        h2.my-events {

Rule declaration should be followed by an empty line
Open

            }

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

        border: 1px solid #e0e0e0;

border: 0 is preferred over border: none
Open

    border: none;

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

        border-bottom: 1px solid #e0e0e0;

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

            &[disabled],
Severity
Category
Status
Source
Language