dsifford/academic-bloggers-toolkit

View on GitHub

Showing 1,811 of 1,811 total issues

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

color: #191e23;

!important should not be used
Open

z-index: 1000000 !important;

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

background: white;

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

gap: 10px;

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

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

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

display: grid;

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

grid-template-columns: 100px 1fr;

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

align-items: center;

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

grid-template-columns: auto 1fr;

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

white-space: nowrap;

Selector options-page__title should be written in lowercase with hyphens
Open

.options-page__title {
Severity: Minor
Found in src/js/options-page/style.scss by scss-lint
Severity
Category
Status
Source
Language