lujanfernaud/prevy

View on GitHub

Showing 1,727 of 1,727 total issues

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

  color: #fff;

Shorthand form for property padding should be written more concisely as 1rem .25rem .82rem instead of 1rem .25rem .82rem .25rem
Open

    padding: 1rem .25rem .82rem .25rem;

Properties should be ordered height, padding-left
Open

    padding-left: 10px;

Selector browser-window__viewport should be written in lowercase with hyphens
Open

.browser-window__viewport {

Properties should be ordered display, height, margin, padding, position, width
Open

  position: absolute;

0.23 should be written without a leading zero as .23
Open

  padding-left: 0.23rem;

Properties should be ordered border-color, color
Open

  color: $primary-dark;

!important should not be used
Open

    border-bottom-right-radius: $box-radius !important;

Shorthand form for property padding should be written more concisely as .65rem .7rem .5rem instead of .65rem .7rem .5rem .7rem
Open

  padding: .65rem .7rem .5rem .7rem;

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

  margin-bottom: 10px;

Properties should be ordered background-color, border-radius, max-width, width
Open

  max-width: 90vw;

Selector comment__avatar should be written in lowercase with hyphens
Open

.topic__avatar,

Selector topic__body should be written in lowercase with hyphens
Open

.topic__body,

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

.edit-profile__heading,

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;

!important should not be used
Open

  border-radius: $box-radius !important;

Commas in function arguments should be followed by one space
Open

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

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

  border-bottom: 1px solid darken(#dee2e6, 20%);

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;

Expected item on line 201 to appear before line 197. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include floating-shadow;
Severity
Category
Status
Source
Language