lujanfernaud/prevy

View on GitHub
app/assets/stylesheets/sections/_groups.scss

Summary

Maintainability
Test Coverage

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 padding-bottom, padding-top
Open

  padding-top: 3.8rem;

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

  color: #fff;

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

.user-box__name,

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

  text-shadow: 1px 1px 0 rgba(0, 0, 0, .35);

Properties should be ordered border-color, color
Open

  color: $dark-indigo;

Properties should be ordered bottom, color, font-size, font-weight, left, margin-bottom, margin-right, position, text-align, text-shadow
Open

  left: 1.1rem;

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

.user-box__name,

Properties should be ordered max-width, width
Open

  width: 100%;

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

.user-box__image {

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

  @include section-borders;

0.9 should be written without a leading zero as .9
Open

  margin-right: 0.9rem;

There are no issues that match your filters.

Category
Status