lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    form {

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

            label {

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

                @include input-size(

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

            li:not(.select2-search),

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

            textarea {

Line should be indented with spaces, not tabs
Open

    margin: 5px 0 !important;

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

            input:not([type="checkbox"]):not([type="submit"]),

0.15 should be written without a leading zero as .15
Open

                    border-color ease-in-out 0.15s,

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

                &[disabled],

Rule declaration should be followed by an empty line
Open

            }

Avoid qualifying class selectors with an element.
Open

h2.tribe-events-page-title {

!important should not be used
Open

        box-shadow: none !important;

Avoid using id selectors
Open

#tribe-community-events

Line should be indented with spaces, not tabs
Open

    margin: 0;

Line should be indented with spaces, not tabs
Open

    font-weight: 600;

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    background: transparent;

Line should be indented with spaces, not tabs
Open

    border-width: 2px;

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

        background-color: white;
Severity
Category
Status
Source
Language