lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Files should end with a trailing newline
Open

}

Properties should be ordered background-color, box-shadow, color, display, font-weight, height, line-height, margin-bottom, padding
Open

    display: block !important;

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-form-control;

Begin pseudo elements with double colons: ::
Open

    &:before {

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

            .product-rating-summary,

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

            .product-rating-summary { text-align: left; }

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

            .product-rating-details {

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

                    td {

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

                        &.checkbox:before { font-size: 0.875em; }

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

                    .description { padding-bottom: 0; }

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

                    h3.contribution-title {

Selector tiptip_arrow_inner should be written in lowercase with hyphens
Open

    #tiptip_arrow_inner { margin-top: -6px; }

Rule declaration should be followed by an empty line
Open

}

Selector pp_content should be written in lowercase with hyphens
Open

    .pp_content {

Avoid using id selectors
Open

    #primary {

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

            > .woocommerce-products-header,

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

        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);

Merge rule .tribe-community-event-info with rule on line 1203
Open

.tribe-community-event-info {

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

            &[disabled],

Rule declaration should be preceded by an empty line
Open

    button,
Severity
Category
Status
Source
Language