georgebellos/real_estate

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

Summary

Maintainability
Test Coverage

Expected item on line 82 to appear before line 79. 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 display, padding-right
Open

    padding-right: 10px;

0px should be written without units as 0
Open

  margin: 0px;

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);

Properties should be ordered float, margin, padding-top
Open

  padding-top: 3px;

0.1 should be written without a leading zero as .1
Open

    @include box-shadow(0px 1px 3px rgba(42, 43, 43, 0.1));

Properties should be ordered opacity, visibility
Open

    visibility: visible;

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);

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

    font-size: 1.0em;

0px should be written without units as 0
Open

    padding: 0px 5px;

Each selector in a comma sequence should be on its own single line
Open

.results-panel, .pagination-panel {

Properties should be ordered background-color, border, height, margin-bottom, padding
Open

  height: 35px;

Rule declaration should be preceded by an empty line
Open

  span {

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

    font-size: 0.9em;

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

    margin-bottom: 0.2em;

0px should be written without units as 0
Open

  @include box-shadow(0px 1px 5px rgba(185, 188, 194, 0.8));

Color literals like rgba(185, 188, 194, 0.8) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  @include box-shadow(0px 1px 5px rgba(185, 188, 194, 0.8));

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

}

Prefer single quoted strings
Open

@import "globals/colors";

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

    font-size: 0.9em;

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

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

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);

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

    @include box-shadow(0px 1px 3px rgba(42, 43, 43, 0.1));

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 43 to appear before line 32. 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.1em;

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

    margin-bottom: 0.5em;

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

  @include box-shadow(0px 1px 5px rgba(185, 188, 194, 0.8));

Prefer single quoted strings
Open

@import "compass";

0px should be written without units as 0
Open

    padding: 0px 5px;

Prefer single quoted strings
Open

@import "globals/mixins";

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);

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

    margin-bottom: 0.5em;

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

  @include box-shadow(0px 1px 5px rgba(185, 188, 194, 0.8));

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

    padding-left: 5px;

0.7 should be written without a leading zero as .7
Open

    opacity: 0.7;

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

  border: 1px solid rgb(185, 188, 194);

Properties should be ordered float, margin, margin-right
Open

  margin: 7px;

Use // comments everywhere
Open

    /*font-size: 120%;*/

0px should be written without units as 0
Open

    @include box-shadow(0px 1px 3px rgba(42, 43, 43, 0.1));

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

  color: rgb(112, 116, 124);

Properties should be ordered float, margin-top
Open

  margin-top: 2px;

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

    font-size: 1.0em;

Properties should be ordered color, float, margin-bottom, margin-top
Open

  float: left;

There are no issues that match your filters.

Category
Status