18F/dolores-landingham-slack-bot

View on GitHub
app/assets/stylesheets/components/_flashes.scss

Summary

Maintainability
Test Coverage

Color literals like black should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  color: black;

Properties should be ordered color, font-weight, margin, position, width
Open

  position: fixed;

Color literals like #FF6565 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: #FF6565;

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

  color: black;

Color #A4E7A0 should be written as #a4e7a0
Open

    background-color: #A4E7A0;

Color #FF6565 should be written as #ff6565
Open

    background-color: #FF6565;

Color literals like #A4E7A0 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: #A4E7A0;

Color black should be written in hexadecimal form as #000000
Open

  color: black;

There are no issues that match your filters.

Category
Status