dsifford/academic-bloggers-toolkit

View on GitHub

Showing 1,811 of 1,811 total issues

0.1 should be written without a leading zero as .1
Open

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

Properties should be ordered background, box-shadow, color, cursor, resize
Open

            box-shadow: none;

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

            background: rgba(206, 217, 224, 0.5);

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

                color: rgba(92, 112, 128, 0.5);

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

    border: 1px solid #8d96a0;

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

    overflow-y: auto;

Avoid qualifying class selectors with an element.
Open

.textarea,

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

    margin-inline: 1em 0;

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

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

Properties should be ordered display, padding, padding-inline-start, padding-left
Open

        padding-left: 1rem;
Severity: Minor
Found in src/css/_footnotes.scss by scss-lint

Properties should be ordered cursor, display
Open

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

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

    z-index: 1;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Shorthand form for property border-width should be written more concisely as 0 $arrow-size $arrow-size instead of 0 $arrow-size $arrow-size $arrow-size
Open

            border-width: 0 $arrow-size $arrow-size $arrow-size;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    &[x-placement^='left'] {
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

0.1 should be written without a leading zero as .1
Open

    transition: box-shadow 0.1s cubic-bezier(0.4, 1, 0.75, 0.9);

0.4 should be written without a leading zero as .4
Open

    transition: box-shadow 0.1s cubic-bezier(0.4, 1, 0.75, 0.9);

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

    left: 0;

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

    &:active::after {

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

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

Begin pseudo elements with double colons: ::
Open

            &:after {
Severity
Category
Status
Source
Language