lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Line should be indented with spaces, not tabs
Open

    input[type="text"] {

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

            .coupon {

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

                .input-text {

Shorthand form for property border-radius should be written more concisely as 0 0 5px instead of 0 0 5px 0
Open

                        border-radius: 0 0 5px 0;

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

            tbody:last-child,

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

                tr:last-child {

Begin pseudo elements with double colons: ::
Open

                input[type="radio"]:first-child:checked + label:before {

Selector place_order should be written in lowercase with hyphens
Open

        #place_order {

Rule declaration should be preceded by an empty line
Open

            &:hover {

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

            background-color: #9b9b9b;

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

            color: white !important;

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

                .wp-block-cover__inner-container {

Properties should be ordered background, float, padding, width
Open

                width: 70%;

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

                    margin-right: 0.5407911001em;

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

            .nav-tabs > li {

Begin pseudo elements with double colons: ::
Open

            &:before {

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

                    border-right: 3px solid #000;

Avoid using id selectors
Open

    #main {

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

                background: #ffffff;

Merge rule .nav-tabs with rule on line 539
Open

            .nav-tabs {
Severity
Category
Status
Source
Language