consul/consul

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

Summary

Maintainability
Test Coverage

!important should not be used
Open

    text-decoration: none !important;

Prefer single quoted strings
Open

    content: "";

Prefer single quoted strings
Open

@import "mixins/colors";

Properties should be ordered background, border-radius, content, display, height, position, top, transform, width
Open

    transform: translateY(-50%);

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

      right: 0.5em;

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

      left: 0.5em;

There are no issues that match your filters.

Category
Status