lightspeeddevelopment/lsx

View on GitHub
assets/css/admin/welcome.scss

Summary

Maintainability
Test Coverage

URLs should be enclosed in quotes
Open

            background: transparent url(../../images/logo-white-bg.svg) no-repeat center center;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            color: #337ab7;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            p { font-size: 13px; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

                &:last-child { margin-bottom: 0; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

            &.enrich:before { content: "\f116"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            &.enhance:before { content: "\f106"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

                h3 {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            a {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            h2 {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Shorthand form for property padding should be written more concisely as 1em 0 0 instead of 1em 0 0 0
Open

                padding: 1em 0 0 0;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            &.enrich:before { content: "\f116"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            .price { color: #45B964; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Prefer single quoted strings
Open

                content: "\f324";
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Prefer single quoted strings
Open

            &.suggest:before { content: ""; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Avoid using id selectors
Open

        #mc_embed_signup {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            background: #fff;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

            &.news:before { content: "\f319"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

            &.support:before { content: "\f338"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Properties should be ordered color, font-size, margin-bottom, margin-top, text-transform
Open

                    margin-top: 10px;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

                .date {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Prefer single quoted strings
Open

        @import "../vendor/bootstrap/mixins";
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            background-color: #fff;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

                ul { margin-top: 0; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Prefer single quoted strings
Open

        @import "../vendor/bootstrap/grid";
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Prefer single quoted strings
Open

            &.enrich:before { content: "\f116"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

                    color: #999;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Selector appearance_page_lsx-welcome should be written in lowercase with hyphens
Open

.appearance_page_lsx-welcome {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

                    color: #999;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            .more-button {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            .more-button {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Selector mc_embed_signup should be written in lowercase with hyphens
Open

        #mc_embed_signup {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Properties should be ordered border-top, clear, padding, text-align
Open

                padding: 1em 0 0 0;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Color #45B964 should be written as #45b964
Open

            .price { color: #45B964; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

                padding-bottom: 0.5em;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            border: 1px solid #ddd;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            .price { color: #45B964; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            &:before {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

                &:last-child { padding-bottom: 1em; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

        *:before,
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Properties should be ordered content, display, font-family, font-size, -webkit-font-smoothing, font-weight, position, right, top
Open

                position: absolute;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            p:last-child { margin-bottom: 0; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

        *:before,
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

            &:before {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            &.news:before { content: "\f319"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            p:last-child { margin-bottom: 0; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            .mc-field-group {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    #wpbody {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            .price { color: #45B964; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Prefer single quoted strings
Open

            &.support:before { content: "\f338"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            p,
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

            &.enhance:before { content: "\f106"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Prefer single quoted strings
Open

            &.mailchimp:before { content: ""; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Properties should be ordered color, font-size, text-transform
Open

                    text-transform: uppercase;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            h2 {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            p,
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Prefer single quoted strings
Open

            &.news:before { content: "\f319"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Prefer single quoted strings
Open

            &.enhance:before { content: "\f106"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

            &.mailchimp:before { content: ""; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

            &.suggest:before { content: ""; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            a {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Avoid using id selectors
Open

    #wpbody {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

Prefer single quoted strings
Open

        @import "../vendor/bootstrap/variables";
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

                &:first-child { margin-top: 0; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            &.mailchimp:before { content: ""; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            &.support:before { content: "\f338"; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

                border-top: 1px solid #eee;
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            &.suggest:before { content: ""; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            &.news {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            .mc-field-group {
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

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

            p { font-size: 13px; }
Severity: Minor
Found in assets/css/admin/welcome.scss by scss-lint

There are no issues that match your filters.

Category
Status