lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Each selector in a comma sequence should be on its own single line
Open

        .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {

Each selector in a comma sequence should be on its own single line
Open

        .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {

Rule declaration should be preceded by an empty line
Open

            &:focus {

Selector wc-block-product-search__label should be written in lowercase with hyphens
Open

            .wc-block-product-search__label {

Rule declaration should be preceded by an empty line
Open

            &:hover {

Properties should be ordered background-color, border-radius, box-shadow, color, height, margin-left, padding
Open

            box-shadow: 1px 1px 0 0 nth($blue, 3);

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

            &:before {

Rule declaration should be preceded by an empty line
Open

        .wc-block-active-filters__list {

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

            color: white;

Property left already defined on line 334
Open

            left: 0;

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

            svg {

Begin pseudo elements with double colons: ::
Open

        [type="checkbox"]:not(:checked) + label:after {

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

        background-color: white;

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

                color: white;

Use // comments everywhere
Open

        /* Base for label styling */

Begin pseudo elements with double colons: ::
Open

        [type="checkbox"]:not(:checked) + label:before,

Selector wc-block-review-list-item__author should be written in lowercase with hyphens
Open

                    .wc-block-review-list-item__author,

Prefer single quoted strings
Open

            font-family: "FontAwesome";

Use // comments everywhere
Open

        /* checked mark aspect */

Line should be indented with spaces, not tabs
Open

    .lsx-wc-filter-block {
Severity
Category
Status
Source
Language