dsifford/academic-bloggers-toolkit

View on GitHub

Showing 1,811 of 1,811 total issues

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

    grid-template-columns: max-content max-content max-content;

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

    padding: 0 5px;
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

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

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

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

    height: $height;

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

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

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 font-size, height, line-height
Open

            height: $height + 10;

Properties should be ordered padding-inline, padding-left, width
Open

    width: 100%;

Properties should be ordered border, border-bottom-left-radius, border-bottom-right-radius, border-top, margin, max-height, overflow-y
Open

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

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

    border-top: 0;

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

    overflow-y: auto;

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

    &-highlighted {

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

    align-items: center;

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

    display: grid;

Properties should be ordered color, outline, outline-offset
Open

        outline-offset: -2px;

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

    grid-template-columns: auto auto;

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

    z-index: 1000000 !important;
Severity
Category
Status
Source
Language