consul/consul

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

Summary

Maintainability
Test Coverage

Properties should be ordered background, clip-path, content, display, height, position, right, top, width
Open

        content: "";

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

    $polygon-size: $icon-size * 0.5;

Properties should be ordered height, top
Open

      top: -$border-width;

Property border already defined on line 28
Open

    border: $border-width solid var(--brand-secondary, $brand-secondary);

Prefer single quoted strings
Open

        content: "";

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

        font-size: 0.75em;

0.85 should be written without a leading zero as .85
Open

      $heading-icon-size: $icon-size * 0.85;

Prefer single quoted strings
Open

@import "mixins/icons";

Prefer single quoted strings
Open

@import "mixins/layouts";

There are no issues that match your filters.

Category
Status