18F/dolores-landingham-slack-bot

View on GitHub
app/assets/stylesheets/base/_buttons.scss

Summary

Maintainability
Test Coverage

Properties should be ordered background-color, border, border-radius, color, cursor, display, font-family, font-size, -webkit-font-smoothing, font-weight, line-height, padding, text-decoration, user-select, vertical-align, white-space
Open

  -webkit-font-smoothing: antialiased;

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

    opacity: 0.5;

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

    color: #fff;

0.75 should be written without a leading zero as .75
Open

  padding: 0.75em 1em;

border: 0 is preferred over border: none
Open

  border: none;

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

  color: #fff;

There are no issues that match your filters.

Category
Status