beavyHQ/beavy

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

Summary

Maintainability
Test Coverage

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .title {

Properties should be ordered color, font-size, font-weight, margin-right
Open

        font-weight: bold;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    @include outer-container;

Properties should be ordered border, display, float, height, margin, width
Open

        height: 18px;

Prefer single quoted strings
Open

@import "main";

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

        color: black;

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

    background: $HN_BACKGROUND;

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

        border: 1px solid white;

Selector hackerNews should be written in lowercase with hyphens
Open

.hackerNews {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    float: left;

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

        color: black;

Rule declaration should be preceded by an empty line
Open

    img {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background: $HN_BACKGROUND;

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

        border: 1px solid white;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    img {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    margin-top: 10px;

There are no issues that match your filters.

Category
Status