rokumatsumoto/boyutluseyler

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

Summary

Maintainability
Test Coverage

Selector should have depth of applicability no greater than 3, but was 4
Open

    a {

Selector should have depth of applicability no greater than 3, but was 4
Open

    a {

Properties should be ordered border, padding-bottom, padding-top
Open

    padding-top: .5rem;

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

    -webkit-box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

Shorthand form for property margin should be written more concisely as 0 5px 10px instead of 0 5px 10px 5px
Open

    margin: 0 5px 10px 5px;

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

      @extend .font-weight-600;

Commas in function arguments should be followed by one space
Open

    box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

Properties should be ordered background-color, border-radius, -webkit-box-shadow, box-shadow, display, margin, opacity
Open

    display: inline-block;

Properties should be ordered bottom, position, width
Open

  position: absolute;

Commas in function arguments should be followed by one space
Open

    -webkit-box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

Commas in function arguments should be followed by one space
Open

    box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

Properties should be ordered color, display, font-size, font-weight, opacity, padding
Open

      display: block;

Commas in function arguments should be followed by one space
Open

    box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

Avoid vendor prefixes.
Open

    -webkit-box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

Commas in function arguments should be followed by one space
Open

    -webkit-box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

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

      color: #1a1e21;

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

    box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

Commas in function arguments should be followed by one space
Open

    -webkit-box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

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

    background-color: #fff;

There are no issues that match your filters.

Category
Status