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

    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

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

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

    li {
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

0.5 should be written without a leading zero as .5
Open

            text-indent: -($i - 0.5em);
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

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

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Selector components-modal__header-heading should be written in lowercase with hyphens
Open

    :global .components-modal__header .components-modal__header-heading {

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

    position: sticky;

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

    background: white;

Unknown property padding-inline
Open

    padding-inline: 0 0.5em;
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;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

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

    width: calc(100% - 1em);
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

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

    &[x-placement^='right'] {
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: 12px;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Color literals like rgba(0, 0, 0, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    background: #555d66;

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

    min-width: 16px;

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

    border-top: 1px solid #e2e4e7;

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

    border: none;

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

    transition: box-shadow 0.1s cubic-bezier(0.4, 1, 0.75, 0.9);
Severity
Category
Status
Source
Language