dsifford/academic-bloggers-toolkit

View on GitHub

Showing 1,811 of 1,811 total issues

Properties should be ordered background-clip, background-color, box-shadow
Open

        box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2),

Properties should be ordered background-color, background-image, box-shadow
Open

        box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2),

Properties should be ordered font-size, height, line-height
Open

            height: $height + 10;

Nesting should be no greater than 3, but was 4
Open

            &::after {

Properties should be ordered left, margin, position, top
Open

    position: absolute;

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

    margin: 0;

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

    display: grid;

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

    text-align: right;
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

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

    :global .components-modal__content {

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

    font-size: 12px;

Properties should be ordered background, border-top, bottom, margin, margin-top, padding, position
Open

    position: sticky;

Color white should be written in hexadecimal form as #ffffff
Open

    background: white;

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

        inset 0 1px 1px rgba(16, 22, 26, 0.2);

0.2 should be written without a leading zero as .2
Open

        box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2),

Properties should be ordered margin, min-width, opacity
Open

        opacity: 0;

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

    margin: 0;

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

    border: 1px solid #8d96a0;

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

    display: grid;
Severity
Category
Status
Source
Language