lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Prefer single quoted strings
Open

                    content: "\f09d";

Selector woocommerce-MyAccount-navigation-link--edit-account should be written in lowercase with hyphens
Open

                &.woocommerce-MyAccount-navigation-link--edit-account a:before {

Prefer single quoted strings
Open

                    content: "\f021";

0.5 should be written without a leading zero as .5
Open

            margin-right: 0.5rem;

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

                &:nth-of-type(1n + 4) {

border-top: 0 is preferred over border-top: none
Open

            border-top: none;

Unnecessary parent selector (&)
Open

        & > img {

Unnecessary parent selector (&)
Open

            & + p {

Properties should be ordered color, content, display, font-family, font-size, -moz-osx-font-smoothing, -webkit-font-smoothing, margin-left, text-rendering
Open

                margin-left: 5px;

Line should be indented with spaces, not tabs
Open

    .lsx-woocommerce-rating {

Unnecessary parent selector (&)
Open

            & + p {

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

        #secondary & > a {

Prefer single quoted strings
Open

    @include media(">=tablet") {

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

            & > button {

Prefer single quoted strings
Open

    @include media(">=custom") {

Line should be indented with spaces, not tabs
Open

    display: flex;

Prefer single quoted strings
Open

@import "woocommerce-extensions/product-reviews-pro";
Severity
Category
Status
Source
Language