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 7
Open

                        img,

Avoid qualifying class selectors with an element.
Open

a.quick-view-button {

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

                        li { margin-bottom: 1.618em; }

!important should not be used
Open

    box-shadow: none !important;

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

            ul.children + .form-contribution_comment {

Selector photo_attachment_file should be written in lowercase with hyphens
Open

        #photo_attachment_file {

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

            padding: 0.5407911001em 0;

Avoid using id selectors
Open

    #wc-product-reviews-pro-modal {

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

            .col-1,

Line should be indented with spaces, not tabs
Open

    padding: 0.6180469716em 1em;

Avoid qualifying class selectors with an element.
Open

        div.product {

Color #418AD0 should be written as #418ad0
Open

    color: #418AD0 !important;

Line should be indented with spaces, not tabs
Open

    margin-bottom: 35px;

Selector single-tribe_events should be written in lowercase with hyphens
Open

.single-tribe_events {

Line should be indented with spaces, not tabs
Open

    .tribe-events-event-image {

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

                .moretag {

Line should be indented with spaces, not tabs
Open

    .ticket-cost {

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

        background-color: white;

Selector tribe_events-template-default should be written in lowercase with hyphens
Open

.tribe_events-template-default.single {

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

    background: white !important;
Severity
Category
Status
Source
Language