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

    input {

Color literals like rgba(206, 217, 224, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                background-color: rgba(206, 217, 224, 0.5);

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

                background-color: rgba(206, 217, 224, 0.5);

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

    top: calc(50% - 9px);

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

    padding: 5px 8px;

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

    margin: 0;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

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

    white-space: nowrap;

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

    &[data-hangingindent] .csl-entry {
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

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

    display: inline-flex;
Severity: Minor
Found in src/css/_bibliography.scss by scss-lint

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

    display: inline-block;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    background: $tooltip-bg;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Properties should be ordered border-bottom-color, border-left-color, border-right-color, border-width, bottom, left, margin-bottom, margin-top
Open

            border-width: $arrow-size $arrow-size 0 $arrow-size;
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

    text-align: center;

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

    $margin: 16px;

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

    margin-top: $margin;

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

    vertical-align: middle;

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

    font-size: 14px;
Severity
Category
Status
Source
Language