MidnightRiders/MemberPortal

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

Summary

Maintainability
Test Coverage

Avoid qualifying attribute selectors with an element.
Open

select[multiple], select[size] {

Commas in function arguments should be followed by one space
Open

  background-color: saturate(mix(#fff,$revs-navy,95%),25%);

Rule declaration should be followed by an empty line
Open

  }

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

  h1, h2, h3, h4, h5, h6 {

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

    h1, h2, h3, h4, h5, h6 {

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

  h1, h2, h3, h4, h5, h6 {

Commas in function arguments should be followed by one space
Open

  border-color: saturate(mix(#fff,$revs-navy,75%),30%);

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

  &, * {

Properties should be ordered border, margin, padding
Open

  margin: 0;

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

    &, * {

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

  h1, h2, h3, h4, h5, h6 {

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

select[multiple], select[size] {

Commas in function arguments should be followed by one space
Open

  background-color: saturate(mix(#fff,$revs-navy,95%),25%);

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

  &.success, &.secondary {

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be preceded by an empty line
Open

  h1, h2, h3, h4, h5, h6 {

Rule declaration should be followed by an empty line
Open

  }

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

    h1, h2, h3, h4, h5, h6 {

Properties should be ordered background, height, min-height, padding-bottom, position
Open

  height: auto;

Rule declaration should be followed by an empty line
Open

  }

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

  :first-child, :first-child :first-child {

Rule declaration should be followed by an empty line
Open

  }

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

    h1, h2, h3, h4, h5, h6 {

Rule declaration should be followed by an empty line
Open

  }

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

  h1, h2, h3, h4, h5, h6 {

Declaration should be terminated by a semicolon
Open

    margin: rem-calc(5 0)

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

  &.month, &.day {

Rule declaration should be followed by an empty line
Open

  }

Commas in function arguments should be followed by one space
Open

  border-color: saturate(mix(#fff,$revs-navy,75%),30%);

Expected item on line 78 to appear before line 77. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include radius($global-rounded);

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

html, body {

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

  h1, h2, h3, h4, h5, h6 {

Commas in function arguments should be followed by one space
Open

  border-color: saturate(mix(#fff,$revs-navy,75%),30%);

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

  :last-child, :last-child :last-child {

Properties should be ordered display, float, font-family, -moz-osx-font-smoothing, -webkit-font-smoothing, font-style, font-weight, line-height, text-align, width
Open

      font-style: normal;

Rule declaration should be followed by an empty line
Open

}

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

  &.year, &.month, &.day {

Rule declaration should be followed by an empty line
Open

  }

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

    h1, h2, h3, h4, h5, h6 {

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

  &.year, &.month, &.day {

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

    h1, h2, h3, h4, h5, h6 {

Rule declaration should be preceded by an empty line
Open

  &.wait {

Rule declaration should be preceded by an empty line
Open

  &, * {

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

  }

Avoid qualifying attribute selectors with an element.
Open

select[multiple], select[size] {

Commas in function arguments should be followed by one space
Open

  background-color: saturate(mix(#fff,$revs-navy,95%),25%);

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

  &.success, &.alert {

There are no issues that match your filters.

Category
Status