lujanfernaud/prevy

View on GitHub

Showing 1,727 of 1,727 total issues

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

  border-color: darken(#dee2e6, 15%) darken(#dee2e6, 15%) $light-background !important;

Properties should be ordered align-self, border-bottom, border-left, border-right, bottom, height, position, width
Open

  position: relative;

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

  border-bottom: 15px solid #fff;

Properties should be ordered margin-bottom, margin-top
Open

  margin-top: 1.25rem;

Color literals like rgba(0, 0, 0, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  border: 1px solid rgba(0,0,0,0.1);

Properties should be ordered display, fill, height, margin-right, vertical-align, width
Open

  vertical-align: text-top;

Properties should be ordered fill, height, width
Open

  width: 175px;
Severity
Category
Status
Source
Language