lujanfernaud/prevy

View on GitHub
app/assets/stylesheets/layout/_errors.scss

Summary

Maintainability
Test Coverage

Avoid using id selectors
Open

#error_explanation {

Selector field_with_errors should be written in lowercase with hyphens
Open

.field_with_errors {

Shorthand form for property padding should be written more concisely as 0 7px instead of 0 7px 0 7px
Open

  padding: 0 7px 0 7px;

Properties should be ordered background-color, padding
Open

  padding: 0 7px 0 7px;

Selector error_explanation should be written in lowercase with hyphens
Open

#error_explanation {

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

  background-color: #f8d7da;

There are no issues that match your filters.

Category
Status