dsifford/academic-bloggers-toolkit

View on GitHub

Showing 1,811 of 1,811 total issues

Color literals like rgba(16, 22, 26, 0.15) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        inset 0 0 0 1px rgba(16, 22, 26, 0.15),

Unknown property padding-inline
Open

    padding-inline: 0 80px;

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

    display: inline-block;

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

    position: relative;

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

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

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

    cursor: pointer;

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

    box-sizing: border-box;

Unknown property padding-inline
Open

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

Properties should be ordered all, box-sizing, line-height, overflow, overflow-wrap, resize, width
Open

    resize: none;

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

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

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

    overflow: hidden;

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

    ol {
Severity: Minor
Found in src/css/_footnotes.scss by scss-lint

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

    button {

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

    max-width: 350px;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Unknown property gap
Open

    gap: 20px;

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

    $arrow-size: 5px;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    display: flex;

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

    cursor: initial;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    align-items: center;

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

    color: white;
Severity
Category
Status
Source
Language