consul/consul

View on GitHub
app/assets/stylesheets/autocomplete_overrides.scss

Summary

Maintainability
Test Coverage

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

      background: #ececec;

Use // comments everywhere
Open

/* Menu

Use // comments everywhere
Open

/* Autocomplete

Properties should be ordered cursor, position
Open

  position: absolute;

Properties should be ordered background, border, display, font-size, list-style, padding
Open

  list-style: none;

There are no issues that match your filters.

Category
Status