georgebellos/real_estate

View on GitHub
app/assets/stylesheets/sections/properties_list.css.scss

Summary

Maintainability
Test Coverage

Properties should be ordered border, height, margin, position
Open

    margin: 5px auto 5px auto;

Shorthand form for property margin should be written more concisely as 5px auto instead of 5px auto 5px auto
Open

    margin: 5px auto 5px auto;

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

    @include border-radius(2px, 2px);

Properties should be ordered color, font-size, height, line-height, margin-bottom, padding
Open

    font-size: 1.0em;

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

    background-color: rgba(42, 43, 43, 0.9);

Prefer single quoted strings
Open

@import "globals/colors";

0.8 should be written without a leading zero as .8
Open

    opacity: 0.8;

Prefer single quoted strings
Open

@import "globals/mixins";

1.0em should be written without the mantissa as 1em
Open

    font-size: 1.0em;

Color literals like rgb(42, 43, 43) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: rgb(42, 43, 43);

0px should be written without units as 0
Open

    padding: 0px 5px;

0px should be written without units as 0
Open

    padding: 0px 5px;

0.2 should be written without a leading zero as .2
Open

    margin-bottom: 0.2em;

0.5 should be written without a leading zero as .5
Open

    margin-bottom: 0.5em;

0px should be written without units as 0
Open

    margin: 5px 0px 0px 30px;

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

    padding-left: 5px;

0.9 should be written without a leading zero as .9
Open

    background-color: rgba(42, 43, 43, 0.9);

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

    border: 1px solid #ddd;

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

    color: rgb(255, 255, 255);

Color literals like rgb(42, 43, 43) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: rgb(42, 43, 43);

0.5 should be written without a leading zero as .5
Open

    margin-bottom: 0.5em;

Prefer single quoted strings
Open

@import "compass";

Use // comments everywhere
Open

    /*padding-left: 50px;*/

Properties should be ordered background-color, color, float, font-size, margin-bottom, opacity, padding, position, right, text-align, top
Open

    font-size: 1.1em;

Properties should be ordered color, font-size, height, line-height, margin-bottom, padding
Open

    font-size: 1.1em;

Properties should be ordered bottom, min-width, position, right
Open

    position: absolute;

0px should be written without units as 0
Open

    margin: 5px 0px 0px 30px;

There are no issues that match your filters.

Category
Status