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

    padding: 8px 10px;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    color: white;

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

    color: white;

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

        inset 0 0 0 1px rgba(16, 22, 26, 0.15),

0.15 should be written without a leading zero as .15
Open

        inset 0 0 0 1px rgba(16, 22, 26, 0.15),

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

    background: #fff;

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

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

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

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

    cursor: pointer;

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

    position: relative;

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

    border-bottom-left-radius: 4px;

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

    box-sizing: border-box;

Nesting should be no greater than 3, but was 4
Open

            &:focus {

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

    opacity: 0;

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

    top: 0;

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

    padding-inline: 0 80px;

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

    user-select: none;
Severity
Category
Status
Source
Language