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;

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

  background-color: #fff;

Properties should be ordered align-self, left, position
Open

    position: relative;

Properties should be ordered background-color, border-radius, margin-bottom, margin-top
Open

  margin-top: .625rem;

Selector notification__mark-as-read should be written in lowercase with hyphens
Open

.notification__link,

Properties should be ordered border-bottom, padding-bottom
Open

  padding-bottom: .7rem;

Properties should be ordered bottom, color, margin-bottom, position, text-align
Open

  margin-bottom: 0;

Properties should be ordered position, right, top
Open

  top: 1rem;

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

  margin-top: .6rem;

Avoid qualifying attribute selectors with an element.
Open

input[type="radio"] {

Properties should be ordered border-bottom, border-radius
Open

  border-radius: $box-radius !important;

!important should not be used
Open

  border-bottom: 0 !important;

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

    border-right: 15px solid #fff;

Selector topic__avatar should be written in lowercase with hyphens
Open

.topic__avatar,

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

  margin-top: -.25rem;

!important should not be used
Open

  border-radius: $box-radius !important;

Selector user-group__link should be written in lowercase with hyphens
Open

.user-group__link {

Selector notification__link should be written in lowercase with hyphens
Open

.notification__link,

!important should not be used
Open

  display: none !important;

Selector topic__info should be written in lowercase with hyphens
Open

.topic__body,
Severity
Category
Status
Source
Language