BafS/Gutenberg

View on GitHub
scss/themes/modern.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    letter-spacing: -1px;
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    border: 0;
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin-left: $spacing;
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, arial, sans-serif;
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    text-align: center;
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    letter-spacing: -1px;
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

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

    background: #f8f8f9; // Won't be printed
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    font-family: 'Montserrat', 'Arial Black', 'Arial Bold', 'Helvetica Neue', Helvetica, sans-serif;
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    color: lighten($headings-color, 15%);
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background: #f8f8f9; // Won't be printed
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    text-align: justify;
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    font-weight: 700;
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin-right: $spacing;
Severity: Minor
Found in scss/themes/modern.scss by scss-lint

There are no issues that match your filters.

Category
Status