MidnightRiders/MemberPortal

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

Summary

Maintainability
Test Coverage

Files should end with a trailing newline
Open

}

Commas in function arguments should be followed by one space
Open

    color: mix(#fff,$maroon,85%);

Commas in function arguments should be followed by one space
Open

    color: mix(#fff,$maroon,85%);

Properties should be ordered bottom, color, height, left, padding, position, text-align, width
Open

  position: absolute;

Rule declaration should be preceded by an empty line
Open

  a:link, a:visited {

Rule declaration should be followed by an empty line
Open

  }

Declaration should be terminated by a semicolon
Open

    padding: rem-calc(15 20)

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

  a:link, a:visited {

Rule declaration should be followed by an empty line
Open

      }

There are no issues that match your filters.

Category
Status