BafS/Gutenberg

View on GitHub
scss/themes/book.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    padding: 0;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    content: counter(h1num) '.' counter(h2num) '.'counter(h3num) '. ';
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

h4:before {
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

figcaption:before {
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

h2:before {
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    content: counter(h1num) '. ';
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    counter-increment: h3num;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    counter-increment: h1num;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

h3:before {
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    page-break-before: always;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    content: counter(h1num) '.' counter(h2num) '.'counter(h3num) '.' counter(h4num) '. ';
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    counter-increment: figurenum;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    content: counter(h1num) '.'counter(h2num) '. ';
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

h1:before {
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    max-width: 100%;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin-left: 4cm;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin-bottom: 2.5cm;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    counter-reset: h1num h2num h3num h4num figurenum;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    counter-increment: h2num;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    counter-increment: h4num;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    content: counter(h1num) '-' counter(figurenum) '. ';
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    margin-top: 2.5cm;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin-right: 3cm;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin-right: 4cm;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin-left: 3cm;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin: 0 auto;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin: 0 auto;
Severity: Minor
Found in scss/themes/book.scss by scss-lint

There are no issues that match your filters.

Category
Status