BafS/Gutenberg

View on GitHub
scss/themes/oldstyle.scss

Summary

Maintainability
Test Coverage

Begin pseudo elements with double colons: ::
Open

        p:first-letter {
Severity: Minor
Found in scss/themes/oldstyle.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    font-family: 'Crimson Text', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
Severity: Minor
Found in scss/themes/oldstyle.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    & {
Severity: Minor
Found in scss/themes/oldstyle.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    border-bottom: 1px solid $table-color;
Severity: Minor
Found in scss/themes/oldstyle.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    padding-left: 1rem;
Severity: Minor
Found in scss/themes/oldstyle.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    border-bottom: 3px double $table-color;
Severity: Minor
Found in scss/themes/oldstyle.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Unnecessary parent selector (&)
Open

    & {
Severity: Minor
Found in scss/themes/oldstyle.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    border: 1px solid $table-color;
Severity: Minor
Found in scss/themes/oldstyle.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    font-family: $font-family-serif;
Severity: Minor
Found in scss/themes/oldstyle.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    border-left: 1px dashed $table-color;
Severity: Minor
Found in scss/themes/oldstyle.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    font-variant: small-caps;
Severity: Minor
Found in scss/themes/oldstyle.scss by scss-lint

There are no issues that match your filters.

Category
Status