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

    position: sticky;

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

    a.button-primary {
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

Space after opening parenthesis of function call prohibited
Open

                                    <h3><?php esc_html_e( 'Apply style to the inline citations', 'academic-bloggers-toolkit' ); ?></h3>

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

    li {
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

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

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

Properties should be ordered display, padding, padding-inline-start, padding-left
Open

        padding-left: 1rem;
Severity: Minor
Found in src/css/_footnotes.scss by scss-lint

Shorthand form for property border-width should be written more concisely as $arrow-size $arrow-size 0 instead of $arrow-size $arrow-size 0 $arrow-size
Open

            border-width: $arrow-size $arrow-size 0 $arrow-size;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    &[x-placement^='left'] {
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    :global .components-modal__content {

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

    line-height: 16px;

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

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

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

    color: #182026;

0.1 should be written without a leading zero as .1
Open

    transition: box-shadow 0.1s cubic-bezier(0.4, 1, 0.75, 0.9);

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

    margin: -1px -1px 0 1px;

Properties should be ordered cursor, margin, overflow, padding, text-overflow, white-space
Open

    padding: 5px 8px;

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

    text-overflow: ellipsis;

Avoid qualifying class selectors with an element.
Open

.textarea,

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

    align-items: flex-start;
Severity
Category
Status
Source
Language