lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/popup-maker/popup-maker.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    background-image: none;

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

                background: white;

Avoid qualifying attribute selectors with an element.
Open

        input,

Line should be indented with spaces, not tabs
Open

    .pum-content {

Rule declaration should be followed by an empty line
Open

        }

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

            .lsx-container-inside {

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

    color: #4a4a4a;

Line should be indented with spaces, not tabs
Open

    &:focus {

Properties should be ordered background, border-radius, box-shadow, color, height, padding, right, top, width
Open

                border-radius: 50%;

Color black should be written in hexadecimal form as #000000
Open

                color: black;

Rule declaration should be followed by an empty line
Open

        }

Line should be indented with spaces, not tabs
Open

    form,

Avoid qualifying attribute selectors with an element.
Open

        input,

Rule declaration should be preceded by an empty line
Open

        .pum-container {

Rule declaration should be followed by an empty line
Open

        }

Rule declaration should be preceded by an empty line
Open

            + .pum-close {

Selector pum-form__field--consent should be written in lowercase with hyphens
Open

        .pum-form__field--consent {

Avoid qualifying attribute selectors with an element.
Open

        input,

Avoid qualifying attribute selectors with an element.
Open

        input,

Properties should be ordered background-color, background-image, border, border-radius, box-shadow, color, display, font-size, height, line-height, padding, transition, width
Open

    display: block;

Line should be indented with spaces, not tabs
Open

    padding: 10px 20px;

Line should be indented with spaces, not tabs
Open

    height: 50px;

Commas in function arguments should be followed by one space
Open

        border-color: nth($blue,1);

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

        background-color: rgba(0,0,0,0.75);

Avoid qualifying attribute selectors with an element.
Open

        input,

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

    border: 2px solid #DDD;

Line should be indented with spaces, not tabs
Open

    transition: all 150ms ease;

Commas in function arguments should be followed by one space
Open

        background-color: rgba(0,0,0,0.75);

@include declaration should be preceded by an empty line
Open

            @include media('<tablet') {

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

                color: black;

Commas in function arguments should be followed by one space
Open

        background-color: rgba(0,0,0,0.75);

!important should not be used
Open

                max-width: 80% !important;

Rule declaration should be followed by an empty line
Open

        }

Avoid qualifying attribute selectors with an element.
Open

        input,

Color #DDD should be written as #ddd
Open

            border: 2px solid #DDD;

Rule declaration should be followed by an empty line
Open

        }

Line should be indented with spaces, not tabs
Open

    border: 6px solid nth( $blue, 1 );

Line should be indented with spaces, not tabs
Open

    display: block;

Line should be indented with spaces, not tabs
Open

    border-radius: 2px;

Line should be indented with spaces, not tabs
Open

    &.pum-theme-default-theme,

Expected 0 spaces before ) instead of
Open

    border: 6px solid nth( $blue, 1 );

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

    background-color: #fff;

0.75 should be written without a leading zero as .75
Open

        background-color: rgba(0,0,0,0.75);

Rule declaration should be followed by an empty line
Open

        }

Rule declaration should be followed by an empty line
Open

    }

Avoid qualifying attribute selectors with an element.
Open

        input,

Avoid qualifying attribute selectors with an element.
Open

        input,

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    background-color: #fff;

Line should be indented with spaces, not tabs
Open

    box-shadow: none;

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

            background-color: white;

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

            .lsx-container-inside {

Avoid qualifying attribute selectors with an element.
Open

        input,

Line should be indented with spaces, not tabs
Open

    .wpforms-container.inline-fields {

Rule declaration should be followed by an empty line
Open

    }

Expected 0 spaces after ( instead of
Open

                border-color: nth( $blue, 1 );

Line should be indented with spaces, not tabs
Open

    .wpforms-submit-container {

Line should be indented with spaces, not tabs
Open

    color: #4a4a4a;

Commas in function arguments should be followed by one space
Open

        background-color: rgba(0,0,0,0.75);

!important should not be used
Open

            height: 100% !important;

Rule declaration should be followed by an empty line
Open

        }

Avoid qualifying attribute selectors with an element.
Open

        input,

Avoid qualifying attribute selectors with an element.
Open

        input,

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

            border: 2px solid #DDD;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    font-size: 18px;

Line should be indented with spaces, not tabs
Open

    line-height: 1.33;

Properties should be ordered background-color, border-radius, box-shadow
Open

            box-shadow: none;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be preceded by an empty line
Open

            &:focus {

Line should be indented with spaces, not tabs
Open

    border: 2px solid #DDD;

Color #DDD should be written as #ddd
Open

    border: 2px solid #DDD;

Avoid qualifying attribute selectors with an element.
Open

        input,

Properties should be ordered background-color, background-image, border, border-radius, color, display, min-height, width
Open

            display: block;

Expected 0 spaces before ) instead of
Open

    border: 6px solid nth( $blue, 1 );

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

            background-color: white;

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

            + .pum-close {

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

                background: white;

Avoid qualifying attribute selectors with an element.
Open

        input,

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

            background-color: white;

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

            &:focus {

Expected 0 spaces before ) instead of
Open

                border-color: nth( $blue, 1 );

Line should be indented with spaces, not tabs
Open

    width: 100%;

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

                .lsx-container-content {

0em should be written without units as 0
Open

                        padding: 0em;

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

            background-color: white;

Expected 0 spaces after ( instead of
Open

    border: 6px solid nth( $blue, 1 );

Expected 0 spaces after ( instead of
Open

    border: 6px solid nth( $blue, 1 );

There are no issues that match your filters.

Category
Status