noomorph/github-user-rank-extension

View on GitHub
src/content/views/_badges-list.scss

Summary

Maintainability
Test Coverage

Declaration should be terminated by a semicolon
Open

    margin: 0

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

    &.is-false { background-color: #e4e4e4; }

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

    &.is-true { background-color: #3bc93e; }

Properties should be ordered line-height, margin, overflow, padding, width
Open

    width: 100%;

Properties should be ordered float, margin, padding, white-space
Open

    padding: 0;

There are no issues that match your filters.

Category
Status