lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/woocommerce/woocommerce-extensions/_ship-multiple-addresses.scss

Summary

Maintainability
Test Coverage

0.809 should be written without a leading zero as .809
Open

        margin: 0.809em 0;

Avoid qualifying class selectors with an element.
Open

    select.address-select {

Avoid using id selectors
Open

        #primary.col-sm-12 &,

Selector ms_shipping_note should be written in lowercase with hyphens
Open

textarea.ms_shipping_note { height: 75px; }

Avoid using id selectors
Open

select#ms_addresses,

Selector ms_shipping_date should be written in lowercase with hyphens
Open

input.ms_shipping_date,

Avoid qualifying class selectors with an element.
Open

textarea.ms_shipping_note { height: 75px; }

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

            dd { margin-bottom: 1em; }

Line should be indented with spaces, not tabs
Open

    .address-block {

Avoid qualifying class selectors with an element.
Open

input.ms_shipping_date,

Avoid qualifying class selectors with an element.
Open

input.ms_shipping_date,

Avoid qualifying class selectors with an element.
Open

input.ms_shipping_date { @extend %small-form-field; }

Line should be indented with spaces, not tabs
Open

    @extend %lsx-form-field;

Line should be indented with spaces, not tabs
Open

    @extend %small-form-field;

Line should be indented with spaces, not tabs
Open

    #shipping_addresses {

Selector shipping_addresses should be written in lowercase with hyphens
Open

    #shipping_addresses {

Avoid qualifying class selectors with an element.
Open

        select.shipping_methods.shipping_method + p { margin-bottom: 0; }

Selector ms_addresses should be written in lowercase with hyphens
Open

select#ms_addresses,

Line should be indented with spaces, not tabs
Open

    font-weight: normal !important;

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

        background-color: rgba(#000, .025);

Properties should be ordered background-color, border, border-radius, float, font-size, line-height, margin, padding, width
Open

        font-size: 0.875em;

Avoid qualifying id selectors with an element.
Open

select#ms_addresses,

Avoid using id selectors
Open

    #shipping_addresses {

Line should be indented with spaces, not tabs
Open

    .ship_address,

Selector shipping_methods should be written in lowercase with hyphens
Open

        select.shipping_methods.shipping_method + p { margin-bottom: 0; }

Line should be indented with spaces, not tabs
Open

    @extend %lsx-form-field;

Properties should be ordered position, text-align
Open

            text-align: inherit;

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

            .button { width: auto; }

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-form-control;

Selector ship_address should be written in lowercase with hyphens
Open

    .ship_address,

Selector shipping_method should be written in lowercase with hyphens
Open

select#ms_addresses,

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-form-control;

!important should not be used
Open

            margin-right: 0 !important;

Selector address_form should be written in lowercase with hyphens
Open

#address_form {

Avoid qualifying class selectors with an element.
Open

    a.h2-link {

Avoid using id selectors
Open

        #primary.col-sm-8 &,

Selector ms_shipping_date should be written in lowercase with hyphens
Open

input.ms_shipping_date { @extend %small-form-field; }

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

            dd { margin-bottom: 1em; }

Selector shipping_method should be written in lowercase with hyphens
Open

        select.shipping_methods.shipping_method + p { margin-bottom: 0; }

Line should be indented with spaces, not tabs
Open

    a.h2-link {

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

            .button { width: auto; }

Selector shipping_methods should be written in lowercase with hyphens
Open

select#ms_addresses,

Avoid using id selectors
Open

#address_form {

Avoid using id selectors
Open

        #primary.col-sm-12 &,

Avoid qualifying class selectors with an element.
Open

select#ms_addresses,

Selector no_shipping_address should be written in lowercase with hyphens
Open

    .ship_address,

Line should be indented with spaces, not tabs
Open

    select.address-select {

Avoid using id selectors
Open

        #primary.col-sm-8 &,

Selector ms_shipping_note should be written in lowercase with hyphens
Open

input.ms_shipping_date,

Line should be indented with spaces, not tabs
Open

    @extend %small-form-field;

!important should not be used
Open

    font-weight: normal !important;

0.875 should be written without a leading zero as .875
Open

        font-size: 0.875em;

There are no issues that match your filters.

Category
Status