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

    text-overflow: ellipsis;

Color literals like hsla(0, 0%, 100%, 0) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            hsla(0, 0%, 100%, 0)

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

        color: #182026;

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

        background-color: #d8e1e8;

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

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

!important should not be used
Open

    padding-left: 35px !important;

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

    &-open {

!important should not be used
Open

        border-bottom-left-radius: 0 !important;

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

    border-bottom-right-radius: 4px;

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

    button {

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

    appearance: none;

Properties should be ordered appearance, background, border, border-radius, box-shadow, color, font-size, font-weight, height, left, line-height, outline, overflow, padding, padding-inline, padding-right, position, right, text-overflow, top, transition, user-select, vertical-align, white-space, word-wrap
Open

    outline: none;

Properties should be ordered background-color, background-image, border-radius, color, content, line-height, margin, min-height, min-width, position, right, text-align, top, width
Open

        min-width: $button-height;

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

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

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

    background: #fff;

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

        background-color: #ebf1f5;

Properties should be ordered cursor, display, height, position
Open

    display: inline-block;

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

    color: #182026;

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

    height: $height;
Severity
Category
Status
Source
Language