lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Line should be indented with spaces, not tabs
Open

    .my-events-header {

Line should be indented with spaces, not tabs
Open

    padding: 0 10px;

Avoid qualifying class selectors with an element.
Open

        h2.my-events {

Line should be indented with spaces, not tabs
Open

    .tribe_events .cart {

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

        border-bottom: 0px;

Selector tribe_events should be written in lowercase with hyphens
Open

    .tribe_events .cart {

Avoid qualifying attribute selectors with an element.
Open

            &[disabled],

Properties should be ordered border, margin, max-width, padding
Open

    max-width: 550px;

Avoid using id selectors
Open

#tribe-events,

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

            .label {

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

            li:not(.select2-search),

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

            a {

0.5407911001 should be written without a leading zero as .5407911001
Open

                padding: 0.236em 0.5407911001em;

Rule declaration should be followed by an empty line
Open

        }

Avoid qualifying class selectors with an element.
Open

    form.cart {

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));

Files should end with a trailing newline
Open

}

Avoid qualifying class selectors with an element.
Open

                    img.avatar {

0.075 should be written without a leading zero as .075
Open

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

Properties should be ordered float, height, margin, width
Open

                        width: 2.617924em;
Severity
Category
Status
Source
Language