MidnightRiders/MemberPortal

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

Summary

Maintainability
Test Coverage

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

    small, .subheader {

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

      img {

Rule declaration should be preceded by an empty line
Open

  h1 {

Rule declaration should be preceded by an empty line
Open

    &::before {

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

    h5, h3 {

Commas in function arguments should be followed by one space
Open

  background: rgba(0,0,0,.25);

Rule declaration should be preceded by an empty line
Open

    small, .subheader {

Rule declaration should be followed by an empty line
Open

  }

Properties should be ordered line-height, margin
Open

      margin: 0;

Commas in function arguments should be followed by one space
Open

  background: rgba(0,0,0,.25);

Rule 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: rgba(0,0,0,.25);

Properties should be ordered background, background-size, content, display, float, height, margin, padding, width
Open

      display: block;

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

  &, * {

There are no issues that match your filters.

Category
Status