dsifford/academic-bloggers-toolkit

View on GitHub
src/js/gutenberg/sidebar/toolbar-menu.scss

Summary

Maintainability
Test Coverage

Line should be indented 2 spaces, but was indented 4 spaces
Open

    padding: 7px;

!important should not be used
Open

    z-index: 1000000 !important;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    padding: 8px 4px;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    z-index: 1000000 !important;

Unknown property padding-inline
Open

            padding-inline: 0.5rem 0;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    :global(.components-menu-item__button) {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin: 8px -7px;

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

    border: 0.5px solid #e2e4e7;

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

            padding-inline: 0.5rem 0;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    svg {

Unknown property padding-inline
Open

        padding-inline: 2rem 0;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border: 0.5px solid #e2e4e7;

Properties should be ordered padding-inline, padding-left
Open

            padding-left: 0.5rem;

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

            padding-left: 0.5rem;

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

    border: 0.5px solid #e2e4e7;

Properties should be ordered padding-inline, padding-left
Open

        padding-left: 2rem;

There are no issues that match your filters.

Category
Status