beavyHQ/beavy

View on GitHub
beavy_apps/hacker_news/frontend/styles/main.scss

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

@import "bourbon/_bourbon.scss";

Imported partial neat/_neat.scss should be written as neat/neat
Open

@import "neat/_neat.scss";

Name of variable HN_BACKGROUND should be written in all lowercase letters with hyphens instead of underscores
Open

$HN_BACKGROUND: #f6f6ef;

Prefer single quoted strings
Open

@import "base/_base.scss";

Color #ff6600 should be written as #f60
Open

$HN_ORANGE: #ff6600;

Prefer single quoted strings
Open

@import "neat/_neat.scss";

Name of variable HN_ORANGE should be written in all lowercase letters with hyphens instead of underscores
Open

$main-navigation-background: $HN_ORANGE;

Imported partial bourbon/_bourbon.scss should be written as bourbon/bourbon
Open

@import "bourbon/_bourbon.scss";

Color #2C8ECF should be written as #2c8ecf
Open

$main-navigation-color-hover: #2C8ECF !default;

Imported partial base/_base.scss should be written as base/base
Open

@import "base/_base.scss";

Name of variable HN_ORANGE should be written in all lowercase letters with hyphens instead of underscores
Open

$HN_ORANGE: #ff6600;

Color white should be written in hexadecimal form as #ffffff
Open

$base-border-color: white;

There are no issues that match your filters.

Category
Status