dsifford/academic-bloggers-toolkit

View on GitHub
src/js/components/dialog-toolbar/style.scss

Summary

Maintainability
Test Coverage

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

    margin-top: $margin;

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

    padding: 10px $margin;

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

    background: white;

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

    border-top: 1px solid #e2e4e7;

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

    border-top: 1px solid #e2e4e7;

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

    bottom: 0;

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

    $margin: 16px;

Properties should be ordered background, border-top, bottom, margin, margin-top, padding, position
Open

    position: sticky;

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

    margin: -$margin;

There are no issues that match your filters.

Category
Status