FarmBot/OpenFarm

View on GitHub
app/assets/stylesheets/styles/components/_footer.scss

Summary

Maintainability
Test Coverage

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

      background: rgba(255, 255, 255, .15);

Avoid qualifying attribute selectors with an element.
Open

  input[type="email"] {

Properties should be ordered color, font-size, margin-top
Open

    margin-top: 1rem;

Properties should be ordered display, font-size, margin-right, padding
Open

      padding: 0 .5rem;

Properties should be ordered color, font-weight, text-transform
Open

      text-transform: lowercase;

Avoid qualifying attribute selectors with an element.
Open

  input[type="submit"] {

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

  @include transition(all .5s);

Unnecessary parent selector (&)
Open

    & {

Properties should be ordered color, display, font-size, font-weight, line-height, margin-left, padding
Open

    display: flex;

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

    @include transition(all .65s ease-out);

Properties should be ordered background, border, box-shadow, color, padding, width
Open

    width: 100%;

Properties should be ordered flex-direction, flex-grow, padding-right
Open

      flex-grow: 1;

Nesting should be no greater than 3, but was 4
Open

      i {

Properties should be ordered background, border-top, height, padding
Open

  height: $footer-height;

There are no issues that match your filters.

Category
Status