lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

!important should not be used
Open

        > label:first-child { display: block !important; }

Selector tiptip_content should be written in lowercase with hyphens
Open

#tiptip_content,

Line should be indented with spaces, not tabs
Open

    #primary {

Selector woocommerce-products-header__title should be written in lowercase with hyphens
Open

            > .woocommerce-products-header,

!important should not be used
Open

            line-height: 14px !important;

Avoid qualifying attribute selectors with an element.
Open

    input[type="radio"],

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

        .tribe-events-event-image,

Properties should be ordered float, margin, min-width, text-align
Open

            text-align: left;

Prefer single quoted strings
Open

            @include media("<phone") {

Prefer single quoted strings
Open

            @include media(">=phone") {

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

            .tribe-events-event-image {

Line should be indented with spaces, not tabs
Open

    .tribe-events-single-event-title {

!important should not be used
Open

        padding: 10px 0 !important;

Line should be indented with spaces, not tabs
Open

    &:hover {

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

            background-color: white;

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

                    box-shadow ease-in-out 0.15s

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

                border-color ease-in-out 0.15s,

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

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

Avoid qualifying attribute selectors with an element.
Open

                &[disabled],

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

            textarea {
Severity
Category
Status
Source
Language