dsifford/academic-bloggers-toolkit

View on GitHub

Showing 1,811 of 1,811 total issues

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

    grid-template-columns: 1fr min-content;

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

    margin: -5px -16px -16px;

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

    &[aria-selected='true'] {

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

        border-inline-start: 3px solid #11a0d2;

Properties should be ordered align-items, display, gap, grid-template-columns
Open

    display: grid;

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

    gap: 10px;

Avoid qualifying class selectors with an element.
Open

    a.button-primary {
Severity: Minor
Found in src/js/options-page/style.scss by scss-lint

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

    display: flex;
Severity: Minor
Found in src/js/options-page/style.scss by scss-lint

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

    flex: auto;
Severity: Minor
Found in src/js/options-page/style.scss by scss-lint

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

    display: table-cell;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

Selector abt-bibliography__body should be written in lowercase with hyphens
Open

.abt-bibliography .abt-bibliography__body {
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

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

    display: grid;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

Unknown property gap
Open

            gap: $i * 1em;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

0.3 should be written without a leading zero as .3
Open

            line-height: $i + 0.3;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

Properties should be ordered display, padding-inline, padding-right, text-align
Open

        padding-right: 0.5em;
Severity: Minor
Found in src/css/_footnotes.scss by scss-lint

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

    padding: 8px 10px;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    font-size: 1rem;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

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

    padding: 0 4px;

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

    font-size: 0.8em;
Severity: Minor
Found in src/css/_footnotes.scss by scss-lint

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

    &.fill {
Severity
Category
Status
Source
Language