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

    .abt-submit-row {
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

    white-space: nowrap;

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

.how-to__container {
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

    flex-wrap: wrap;
Severity: Minor
Found in src/js/options-page/style.scss by scss-lint

Properties should be ordered max-width, width
Open

    width: 500px;

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

    z-index: 1;

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

    display: grid;

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

    align-items: center;
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

0.5 should be written without a leading zero as .5
Open

    padding-right: 0.5em;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

Selector abt-bibliography__body should be written in lowercase with hyphens
Open

.abt-static-bib .abt-bibliography__body {
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

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

    font-size: 1rem;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

Properties should be ordered padding-inline, padding-left, text-indent
Open

        padding-left: inherit;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

0.8 should be written without a leading zero as .8
Open

    font-size: 0.8em;
Severity: Minor
Found in src/css/_footnotes.scss by scss-lint

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

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

    :global .components-modal__header .components-modal__header-heading {

Selector components-modal__header should be written in lowercase with hyphens
Open

    :global .components-modal__header .components-modal__header-heading {

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

    min-width: 16px;

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

    text-align: center;
Severity
Category
Status
Source
Language