dsifford/academic-bloggers-toolkit

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

Summary

Maintainability
Test Coverage

Properties should be ordered background, padding, position, top, z-index
Open

    padding: 8px;

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

    :global(.components-notice) {

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

    padding: 8px;

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

    background: white;

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

    :global(.components-with-notices-ui) {

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

    background: white;

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

    z-index: 1;

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

    top: 0;

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

    position: sticky;

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

    background: white;

There are no issues that match your filters.

Category
Status