lightspeeddevelopment/lsx

View on GitHub
assets/css/scss/components/_gutenberg-blocks.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    @media (min-width: 1024px) {

Line should be indented with spaces, not tabs
Open

    .wp-block-media-text {

Selector wp-block-embed__wrapper should be written in lowercase with hyphens
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

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

            rgba(247, 174, 0, 1) 100%

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

            rgba(247, 174, 0, 1) 100%

Color literals like rgba(39, 99, 158, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(39, 99, 158, 1) 0%,

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

            rgba(247, 174, 0, 1) 100%

Color literals like rgba(107, 169, 19, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(107, 169, 19, 1) 100%

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

            .wp-block-embed {

!important should not be used
Open

                            margin-left: auto !important;

!important should not be used
Open

                            margin-right: auto !important;

Rule declaration should be followed by an empty line
Open

        }

Begin pseudo elements with double colons: ::
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Selector wp-block-embed__wrapper should be written in lowercase with hyphens
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Color literals like rgba(39, 99, 158, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(39, 99, 158, 1) 0%,

Color literals like rgba(39, 99, 158, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(39, 99, 158, 1) 0%,

Color literals like rgba(107, 169, 19, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(107, 169, 19, 1) 100%

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

        background-color: white;

Selector wp-block-embed__wrapper should be written in lowercase with hyphens
Open

                    .wp-block-embed__wrapper {

@include declaration should be followed by an empty line
Open

            }

@include declaration should be followed by an empty line
Open

            }

Line should be indented with spaces, not tabs
Open

    #lsx-testimonials-slider {

Line should be indented with spaces, not tabs
Open

    .lsx-block-post-grid-text {

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

        background: #f1f1f1 !important;

Begin pseudo elements with double colons: ::
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Begin pseudo elements with double colons: ::
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

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

                &.wp-block-embed-twitter,

@include declaration should be preceded by an empty line
Open

            @include media("<=custom") {

Begin pseudo elements with double colons: ::
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Rule declaration should be preceded by an empty line
Open

        &.alignwide {

Prefer single quoted strings
Open

            @include media(">custom") {

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

            &:not(.is-grid) {

Color literals like rgba(39, 99, 158, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(39, 99, 158, 1) 0%,

Line should be indented with spaces, not tabs
Open

    .has-medium-font-size {

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered margin-right, max-width
Open

                    max-width: 585px;

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

            .wp-block-embed-wordpress .entry-content-asset {

Rule declaration should be followed by an empty line
Open

    }

Prefer single quoted strings
Open

            @include media("<=custom") {

Rule declaration should be followed by an empty line
Open

                    }

Selector wp-block-latest-posts__list should be written in lowercase with hyphens
Open

        &.wp-block-latest-posts__list {

Selector wp-block-embed__wrapper should be written in lowercase with hyphens
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Line should be indented with spaces, not tabs
Open

    .has-primary-to-background-gradient-background {

Line should be indented with spaces, not tabs
Open

    .wp-block-embed__wrapper {

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

                    .wp-block-embed__wrapper {

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

                        > * {

Line should be indented with spaces, not tabs
Open

    .wp-block-buttons {

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

                        &:first-child {

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    .wp-block-categories {

Begin pseudo elements with double colons: ::
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Color literals like rgba(39, 99, 158, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(39, 99, 158, 1) 0%,

Line should be indented with spaces, not tabs
Open

    .has-large-font-size {

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

        background-color: white;

Line should be indented with spaces, not tabs
Open

    .wp-block-embed-twitter,

Avoid using id selectors
Open

    #lsx-testimonials-slider {

Begin pseudo elements with double colons: ::
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Line should be indented with spaces, not tabs
Open

    .has-primary-to-secondary-gradient-background {

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

            rgba(249, 249, 249, 1) 100%

Line should be indented with spaces, not tabs
Open

    .has-small-font-size {

Line should be indented with spaces, not tabs
Open

    figcaption {

Selector wp-block-embed__wrapper should be written in lowercase with hyphens
Open

    video,

Line should be indented with spaces, not tabs
Open

    video,

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

            .wp-block-embed {

Rule declaration should be followed by an empty line
Open

                }

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

                &.alignright {

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

            .wp-block-embed-wordpress .entry-content-asset {

Line should be indented with spaces, not tabs
Open

    .wp-block-text-columns {

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

                    p {

Line should be indented with spaces, not tabs
Open

    .wp-block-columns {

!important should not be used
Open

        background: #f1f1f1 !important;

Selector wp-block-embed__wrapper should be written in lowercase with hyphens
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

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

            rgba(249, 249, 249, 1) 100%

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

            rgba(247, 174, 0, 1) 0%,

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

            rgba(247, 174, 0, 1) 0%,

Color literals like rgba(107, 169, 19, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(107, 169, 19, 1) 100%

Rule declaration should be followed by an empty line
Open

                }

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    .wp-block-separator {

Rule declaration should be preceded by an empty line
Open

        &:not(.is-style-dots) {

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

                    p {

Line should be indented with spaces, not tabs
Open

    .lsx-button {

Rule declaration should be followed by an empty line
Open

    }

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

                &.alignleft {

Rule declaration should be followed by an empty line
Open

            }

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

                        &:last-child {

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

            .wp-block-column {

Rule declaration should be followed by an empty line
Open

                    }

Line should be indented with spaces, not tabs
Open

    .wp-block-latest-posts {

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

        background: #f1f1f1 !important;

Color literals like rgba(39, 99, 158, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(39, 99, 158, 1) 0%,

Color literals like rgba(107, 169, 19, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(107, 169, 19, 1) 100%

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

                &.alignwide {

Line should be indented with spaces, not tabs
Open

    .button {

0px should be written without units as 0
Open

        margin-bottom: 0px;

@media declaration should be preceded by an empty line
Open

        @media screen and (max-width: 600px) {

@media declaration should be followed by an empty line
Open

        }

Merge rule .gutenberg-compatible-template.using-gutenberg with rule on line 1
Open

.gutenberg-compatible-template.using-gutenberg {

Properties should be ordered margin-bottom, position, z-index
Open

                position: absolute;

Selector wp-block-embed__wrapper should be written in lowercase with hyphens
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Line should be indented with spaces, not tabs
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Selector wp-block-embed__wrapper should be written in lowercase with hyphens
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Color literals like rgba(39, 99, 158, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(39, 99, 158, 1) 0%,

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

            rgba(249, 249, 249, 1) 100%

Color literals like rgba(107, 169, 19, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(107, 169, 19, 1) 100%

Line should be indented with spaces, not tabs
Open

    #main {

Prefer single quoted strings
Open

            @include media(">tablet") {

Line should be indented with spaces, not tabs
Open

    .wp-block-text-columns {

@include declaration should be followed by an empty line
Open

            }

Rule declaration should be followed by an empty line
Open

    }

!important should not be used
Open

            box-shadow: 0 0 0 0 !important;

Begin pseudo elements with double colons: ::
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Selector wp-block-embed__wrapper should be written in lowercase with hyphens
Open

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,

Color literals like rgba(39, 99, 158, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(39, 99, 158, 1) 0%,

Properties should be ordered margin-left, max-width
Open

                    max-width: 585px;

Properties should be ordered border, margin-bottom, margin-top
Open

        margin-top: 24px;

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

            .wp-block-column {

Prefer single quoted strings
Open

            @include media(">desktop-wide") {

Line should be indented with spaces, not tabs
Open

    .has-primary-to-tertiary-gradient-background {

Line should be indented with spaces, not tabs
Open

    .has-secondary-to-tertiary-gradient-background {

Rule declaration should be followed by an empty line
Open

                }

Selector wp-block-file__button should be written in lowercase with hyphens
Open

        .wp-block-file__button {

Rule declaration should be followed by an empty line
Open

                    }

Rule declaration should be preceded by an empty line
Open

                    &:first-child {

Line should be indented with spaces, not tabs
Open

    .wp-block-audio {

@media declaration should be followed by an empty line
Open

    }

Selector wp-block-media-text__media should be written in lowercase with hyphens
Open

        .wp-block-media-text__media {

Color literals like rgba(39, 99, 158, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(39, 99, 158, 1) 0%,

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

            rgba(247, 174, 0, 1) 0%,

Properties should be ordered padding-right, width
Open

                width: 100%;

Line should be indented with spaces, not tabs
Open

    .wp-block-file {

Line should be indented with spaces, not tabs
Open

    .lsx-block-post-grid-image {

!important should not be used
Open

        background: #f1f1f1 !important;

Color literals like rgba(107, 169, 19, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            rgba(107, 169, 19, 1) 100%

Line should be indented with spaces, not tabs
Open

    .has-huge-font-size {

Properties should be ordered background-color, font-size, font-style, margin, padding
Open

        padding: 1.8rem;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

    }

Avoid using id selectors
Open

    #main {

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

                &.alignfull {

Rule declaration should be followed by an empty line
Open

                }

Prefer single quoted strings
Open

            @include media(">tablet") {

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

            .wp-block-column {

Rule declaration should be followed by an empty line
Open

        }

Properties should be ordered box-shadow, left, position, top
Open

            left: 2px;

Rule declaration should be preceded by an empty line
Open

    .wp-block-media-text {

Line should be indented with spaces, not tabs
Open

    .has-normal-font-size {

Selector wp-block-embed__wrapper should be written in lowercase with hyphens
Open

    .wp-block-embed__wrapper {

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

            &:last-child {

Line should be indented with spaces, not tabs
Open

    .wp-block-button {

Rule declaration should be preceded by an empty line
Open

        .wp-block-file__button {

Merge rule .wp-block-text-columns with rule on line 235
Open

    .wp-block-text-columns {

There are no issues that match your filters.

Category
Status