lujanfernaud/prevy

View on GitHub
app/assets/stylesheets/abstracts/_mixins.scss

Summary

Maintainability
Test Coverage

Colon after property should be followed by one space
Open

  -moz-box-sizing:    border-box;

Commas in function arguments should be followed by one space
Open

  box-shadow: 0 3px 10px rgba(27,31,35,0.2);

Colon after property should be followed by one space
Open

  box-sizing:         border-box;

Color literals like rgba(27, 31, 35, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  box-shadow: 0 3px 10px rgba(27,31,35,0.2);

0.0095 should be written without a leading zero as .0095
Open

  background: linear-gradient(rgba(75, 12, 178, 0.0095), rgba(75, 12, 178, 0.032));

Commas in function arguments should be followed by one space
Open

  box-shadow: 0 3px 10px rgba(27,31,35,0.2);

Color literals like rgba(75, 12, 178, 0.032) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background: linear-gradient(rgba(75, 12, 178, 0.0095), rgba(75, 12, 178, 0.032));

Avoid vendor prefixes.
Open

  -moz-box-sizing:    border-box;

Color literals like rgba(75, 12, 178, 0.0095) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background: linear-gradient(rgba(75, 12, 178, 0.0095), rgba(75, 12, 178, 0.032));

Commas in function arguments should be followed by one space
Open

  box-shadow: 0 3px 10px rgba(27,31,35,0.2);

Avoid vendor prefixes.
Open

  -webkit-box-sizing: border-box;

0.032 should be written without a leading zero as .032
Open

  background: linear-gradient(rgba(75, 12, 178, 0.0095), rgba(75, 12, 178, 0.032));

0.2 should be written without a leading zero as .2
Open

  box-shadow: 0 3px 10px rgba(27,31,35,0.2);

There are no issues that match your filters.

Category
Status