rokumatsumoto/boyutluseyler

View on GitHub
app/assets/stylesheets/framework/nav.scss

Summary

Maintainability
Test Coverage

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

    background: #e6e6e6;

Properties should be ordered color, font-weight
Open

    font-weight: bold;

Properties should be ordered border-radius, padding
Open

    padding: .375rem .75rem;

Avoid qualifying class selectors with an element.
Open

nav.sort {

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

    color: #b4b4b4;

Properties should be ordered display, flex-wrap, font-size, font-weight, margin
Open

  margin: .75rem 0;

There are no issues that match your filters.

Category
Status