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

    justify-content: flex-end;

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

    font-size: 12px;

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

    .postbox {
Severity: Minor
Found in src/js/options-page/style.scss by scss-lint

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

    margin-left: 6px;

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

    margin-top: $margin;

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

    padding: 10px $margin;

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

    border-radius: 3px;

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

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

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

    background: #fff;

0.75 should be written without a leading zero as .75
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

    top: 0;

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

            height: $height + 10;

!important should not be used
Open

    padding-inline: 35px 0 !important;

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

    padding: 5px 8px;

Properties should be ordered display, margin, overflow, width
Open

        width: calc(100% - 1em);

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

    align-items: center;

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

    justify-content: center;

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

    align-items: center;

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

    display: grid;
Severity
Category
Status
Source
Language