lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Selector shop_table should be written in lowercase with hyphens
Open

        table.shop_table {

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

                tr:last-child {

Shorthand form for property border-radius should be written more concisely as 0 0 5px instead of 0 0 5px 0
Open

                        border-radius: 0 0 5px 0;

Selector add_payment_method should be written in lowercase with hyphens
Open

#add_payment_method,

!important should not be used
Open

                    margin-bottom: 4.25rem !important;

Avoid qualifying class selectors with an element.
Open

        table.shop_table {

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

                    td {

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

            li:not(.woocommerce-notice) {

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

                tr:first-child {

!important should not be used
Open

                        background-color: #e6e6e6 !important;

Property clip already defined on line 410
Open

                    clip: rect(1px, 1px, 1px, 1px);

Merge rule .woocommerce with rule on line 934
Open

.woocommerce {

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

                        margin: 0 0 0 0.5em;

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

            .panel {

Avoid qualifying attribute selectors with an element.
Open

            input[type="radio"],

Properties should be ordered clear, margin-bottom
Open

                    margin-bottom: 0;

Line should be indented with spaces, not tabs
Open

    .products {

Properties should be ordered background-color, border-bottom, border-left, border-radius, border-right, color
Open

                border-radius: 0;

Avoid qualifying class selectors with an element.
Open

                .nav-tabs > li > a.active {

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

                &:hover {
Severity
Category
Status
Source
Language