rokumatsumoto/boyutluseyler

View on GitHub
app/assets/stylesheets/framework/cards.scss

Summary

Maintainability
Test Coverage

Commas in function arguments should be followed by one space
Open

    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);

Commas in function arguments should be followed by one space
Open

    border-bottom: 1px solid rgba(0,0,0,.05);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border: 0;

Commas in function arguments should be followed by one space
Open

    border-bottom: 1px solid rgba(0,0,0,.05);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @extend .card;

Color literals like rgba(136, 152, 170, 0.15) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);

Commas in function arguments should be followed by one space
Open

    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .card-header;

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

    border-bottom: 1px solid rgba(0,0,0,.05);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);

Commas in function arguments should be followed by one space
Open

    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @extend .card-header;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border-bottom: 1px solid rgba(0,0,0,.05);

Commas in function arguments should be followed by one space
Open

    border-bottom: 1px solid rgba(0,0,0,.05);

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .card;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    &:first-child {

There are no issues that match your filters.

Category
Status