dsifford/academic-bloggers-toolkit

View on GitHub
src/js/components/count-icon/style.scss

Summary

Maintainability
Test Coverage

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

    color: white;

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

    height: 16px;

Unknown property margin-inline
Open

    margin-inline: 6px 0;

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

    text-align: center;

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

    background: #555d66;

Color white should be written in hexadecimal form as #ffffff
Open

    color: white;

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

    margin-left: 6px;

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

    padding: 0 4px;

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

    margin-inline: 6px 0;

Properties should be ordered background, border-radius, color, font-size, height, line-height, margin-inline, margin-left, min-width, padding, text-align
Open

    color: white;

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

    color: white;

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

    background: #555d66;

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

    border-radius: 20px;

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

    font-size: 12px;

There are no issues that match your filters.

Category
Status