lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/woocommerce/woocommerce-extensions/_smart-coupons.scss

Summary

Maintainability
Test Coverage

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

        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);

Line should be indented with spaces, not tabs
Open

    .coupon-content {

Selector coupons_list should be written in lowercase with hyphens
Open

    #coupons_list {

0.2 should be written without a leading zero as .2
Open

        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);

Line should be indented with spaces, not tabs
Open

    .coupon-container {

Line should be indented with spaces, not tabs
Open

    .generated_coupon_summary { margin: 0; }

Selector generated_coupon_summary should be written in lowercase with hyphens
Open

    .generated_coupon_summary { margin: 0; }

0.6180469716 should be written without a leading zero as .6180469716
Open

        &.small { padding: 0.6180469716em 1.41575em; }

Line should be indented with spaces, not tabs
Open

    #coupons_list {

Avoid using id selectors
Open

    #coupons_list {

0.6180469716 should be written without a leading zero as .6180469716
Open

            padding: 0.6180469716em;

There are no issues that match your filters.

Category
Status