consul/consul

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

Summary

Maintainability
Test Coverage

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

  border-color: #e5e6e9 #dfe0e4 #d0d1d5;

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

    color: #61686e;

Properties should be ordered font-size, margin-left
Open

    margin-left: 0.25rem;

0.25 should be written without a leading zero as .25
Open

    margin-left: 0.25rem;

Nesting should be no greater than 3, but was 4
Open

      &.is-active {

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

  box-shadow: 0 1px 3px 0 #dee0e3;

Properties should be ordered cursor, display, margin-bottom
Open

      display: block;

Properties should be ordered border, border-color, border-radius, box-shadow, margin, min-height, padding
Open

  margin: 0 0 $line-height;

0.25 should be written without a leading zero as .25
Open

    margin-left: 0.25rem;

Properties should be ordered color, font-size, margin-bottom, margin-left
Open

    font-size: rem-calc(16);

Properties should be ordered border-bottom, list-style, margin-left, margin-top, padding-left
Open

    padding-left: 0;

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

  border-color: #e5e6e9 #dfe0e4 #d0d1d5;

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

  border-color: #e5e6e9 #dfe0e4 #d0d1d5;

Properties should be ordered color, font-size, margin-bottom
Open

  font-size: $small-font-size;

There are no issues that match your filters.

Category
Status