rokumatsumoto/boyutluseyler

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

Summary

Maintainability
Test Coverage

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

    background-color: #e2e6ea;

Properties should be ordered background-color, border-color, color
Open

  color: $white;

Properties should be ordered box-shadow, outline
Open

    outline: none;

Properties should be ordered background-color, color
Open

  color: $curious-blue-2;

Properties should be ordered background-color, color
Open

  color: $pale-sky;

There are no issues that match your filters.

Category
Status