dsifford/academic-bloggers-toolkit

View on GitHub

Showing 1,811 of 1,811 total issues

Properties should be ordered cursor, margin, overflow, padding, text-overflow, white-space
Open

    padding: 5px 8px;

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

    overflow: hidden;

Properties should be ordered overflow, padding
Open

        padding: $padding;

Properties should be ordered display, font-size, margin, padding
Open

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

Unknown property padding-inline
Open

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

Properties should be ordered border-bottom-color, border-left-color, border-top-color, border-width, left, margin-left, margin-right, top
Open

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

Selector components-modal__header 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

    border-radius: 20px;

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

    box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0),

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

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

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

    line-height: $height;

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

        background-color: #f5f8fa;

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 2px rgba(16, 22, 26, 0.2);

Properties should be ordered line-height, margin, min-height, min-width, width
Open

                min-width: $height;

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

    $icon-size: 15px;

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

    margin: 0;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

Unknown property padding-inline
Open

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

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

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

Unknown property padding-inline
Open

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

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

summary .abt-bibliography__heading {
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint
Severity
Category
Status
Source
Language