BafS/Gutenberg

View on GitHub
scss/_pagination.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Invalid

    page-break-inside: avoid;
Severity: Minor
Found in scss/_pagination.scss by scss-lint

Line should be indented with spaces, not tabs
Invalid

    word-wrap: break-word;
Severity: Minor
Found in scss/_pagination.scss by scss-lint

Line should be indented with spaces, not tabs
Invalid

    page-break-inside: avoid;
Severity: Minor
Found in scss/_pagination.scss by scss-lint

Line should be indented with spaces, not tabs
Invalid

    widows: 3; // minimum number of lines that must be left at the top of a page
Severity: Minor
Found in scss/_pagination.scss by scss-lint

Line should be indented with spaces, not tabs
Invalid

    page-break-before: avoid;
Severity: Minor
Found in scss/_pagination.scss by scss-lint

Line should be indented with spaces, not tabs
Invalid

    page-break-before: auto;
Severity: Minor
Found in scss/_pagination.scss by scss-lint

Line should be indented with spaces, not tabs
Invalid

    page-break-after: auto;
Severity: Minor
Found in scss/_pagination.scss by scss-lint

Line should be indented with spaces, not tabs
Invalid

    white-space: pre-wrap !important;
Severity: Minor
Found in scss/_pagination.scss by scss-lint

!important should not be used
Open

    white-space: pre-wrap !important;
Severity: Minor
Found in scss/_pagination.scss by scss-lint

Line should be indented with spaces, not tabs
Invalid

    orphans: 3; // minimum number of lines that must be left at the bottom of a page
Severity: Minor
Found in scss/_pagination.scss by scss-lint

Line should be indented with spaces, not tabs
Invalid

    page-break-inside: avoid;
Severity: Minor
Found in scss/_pagination.scss by scss-lint

Line should be indented with spaces, not tabs
Invalid

    page-break-after: avoid;
Severity: Minor
Found in scss/_pagination.scss by scss-lint

There are no issues that match your filters.

Category
Status