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

text-overflow: ellipsis;

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

padding: 8px 16px;

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

background: #f8f9f9;

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

display: flex;

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

border: 0.5px solid #e2e4e7;

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

padding-inline: 0.5rem 0;

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

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

grid-template-columns: 100px 1fr;

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

display: grid;

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

align-items: flex-end;

Unknown property gap
Open

gap: 16px;

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

background: white;

Avoid qualifying attribute selectors with an element.
Open

input[type='search'] {

Avoid qualifying class selectors with an element.
Open

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

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

display: grid;

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

&.person-literal {

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

display: grid;
Severity
Category
Status
Source
Language