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

    color: #182026;

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);

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

        background-color: #f5f8fa;

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),

Begin pseudo elements with double colons: ::
Open

            &:after {

Color literals like rgba(206, 217, 224, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

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

Color literals like rgba(206, 217, 224, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

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

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

    width: 100%;

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

    margin: -1px -1px 0 1px;

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

    overflow: hidden;

Unknown property margin-inline
Open

    margin-inline: 1em 0;

Properties should be ordered align-items, display, grid-template-columns
Open

    display: grid;

Properties should be ordered margin-inline, margin-right
Open

        margin-right: 5px;

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

    button > svg {

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

    grid-template-columns: auto 1fr;

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

    grid-template-columns: 1fr min-content;

Properties should be ordered align-items, display, gap, grid-template-columns
Open

    display: grid;

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

    max-width: 100vw;

Unknown property padding-inline
Open

            padding-inline: 0.5rem 0;
Severity
Category
Status
Source
Language