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

    display: grid;

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

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

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

    justify-content: space-between;
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

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

Selector how-to__item should be written in lowercase with hyphens
Open

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

Properties should be ordered flex, min-width, padding, width
Open

    width: 500px;
Severity: Minor
Found in src/js/options-page/style.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

    input[type='submit'].button-primary {
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

    &:hover {

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

    gap: 5px;

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

    &:focus {

Unknown property gap
Open

    gap: 16px;

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

    justify-content: flex-end;

Avoid qualifying attribute selectors with an element.
Open

    input[type='search'] {

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

    > label {

Avoid qualifying class selectors with an element.
Open

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

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

Color literals like rgba(16, 22, 26, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
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

    position: relative;

Properties should be ordered background-color, background-image, box-shadow, color, cursor, outline
Open

                outline: none;

Avoid qualifying class selectors with an element.
Open

.textarea,
Severity
Category
Status
Source
Language