lujanfernaud/prevy

View on GitHub

Showing 1,727 of 1,727 total issues

Properties should be ordered align-self, border-bottom, border-right, border-top, right, top
Open

    top: 2rem;

Selector invitation__email should be written in lowercase with hyphens
Open

.invitation__email {

Properties should be ordered background-image, opacity, padding
Open

  padding: 0.5rem;

Properties should be ordered padding-left, padding-right
Open

  padding-right: .75rem;

Properties should be ordered position, right, top
Open

    top: 0;

Selector notification__date should be written in lowercase with hyphens
Open

.notification__date {

Selector edit-profile__hr should be written in lowercase with hyphens
Open

.edit-profile__hr {

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

  margin-bottom: 0;

Color literals like rgba(33, 4, 81, 0.9) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-image: linear-gradient(to top, rgba(33, 4, 81, .9) 9%, rgba(33, 4, 81, .3) 33%, rgba(33, 4, 81, .1) 43%, transparent 55%);

Properties should be ordered transform, transition
Open

  transition: all .2s ease-in-out;

!important should not be used
Open

  background-color: unset !important;

Properties should be ordered background-color, background-position, background-size, border-bottom-left-radius, border-top-left-radius, display, height, width
Open

  display: none;

Properties should be ordered border-right, flex-basis, padding
Open

  padding: .75rem;

Selector email-notifications__hr should be written in lowercase with hyphens
Open

.email-notifications__hr {

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

  padding: 0.5rem;

0.1 should be written without a leading zero as .1
Open

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

Selector comment-separator__line should be written in lowercase with hyphens
Open

.comment-separator__line {

Properties should be ordered bottom, position
Open

  position: relative;

Properties should be ordered font-size, padding
Open

  padding: .35rem 1.5rem;

Commas in function arguments should be followed by one space
Open

  border: 1px solid rgba(0,0,0,0.1);
Severity
Category
Status
Source
Language