MidnightRiders/MemberPortal

View on GitHub
app/assets/stylesheets/modules/_users.scss

Summary

Maintainability
Test Coverage

Rule declaration should be preceded by an empty line
Open

        a:link, a:visited {

Each selector in a comma sequence should be on its own single line
Open

        a:link, a:visited {

Commas in function arguments should be followed by one space
Open

          color: desaturate($navy,35%);

Commas in function arguments should be followed by one space
Open

          border-top: 1px dashed transparentize($maroon,.75);

Rule declaration should be followed by an empty line
Open

      }

Properties should be ordered line-height, padding
Open

        padding: rem-calc(5 10);

@media declaration should be preceded by an empty line
Open

    @media #{$medium-up} {

Rule declaration should be followed by an empty line
Open

      }

Properties should be ordered font-weight, line-height, padding
Open

      padding: rem-calc(5);

@media declaration should be followed by an empty line
Open

      }

Rule declaration should be followed by an empty line
Open

  }

Commas in function arguments should be followed by one space
Open

        background-color: rgba(255,255,255,.75);

Rule declaration should be preceded by an empty line
Open

  h3 {

@media declaration should be preceded by an empty line
Open

      @media #{$medium-up} {

Rule declaration should be preceded by an empty line
Open

      &:nth-child(2n-1) {

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

      time {

Commas in function arguments should be followed by one space
Open

        background-color: rgba(255,255,255,.75);

Rule declaration should be preceded by an empty line
Open

    li {

Properties should be ordered font-size, font-weight, opacity
Open

        opacity: .9;

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

        a:link, a:visited {

Files should end with a trailing newline
Open

}

Commas in function arguments should be followed by one space
Open

        background-color: rgba(255,255,255,.75);

Rule declaration should be followed by an empty line
Open

        }

There are no issues that match your filters.

Category
Status