georgebellos/real_estate

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

Summary

Maintainability
Test Coverage

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

  border-top: 1px solid rgb(255, 255, 255);

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

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

0px should be written without units as 0
Open

  padding: 11px 0px 11px 20px;

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

    @include box-sizing(border-box);

0px should be written without units as 0
Open

  margin: 0px;

Properties should be ordered display, padding
Open

      padding: 5px;

Prefer single quoted strings
Open

@import "compass";

Opening curly brace { should be preceded by one space
Open

  span{

Avoid using id selectors
Open

#search-query-head span, #search-filter-head span {

Nesting should be no greater than 3, but was 4
Open

      img {

border-bottom: 0 is preferred over border-bottom: none
Open

  border-bottom: none; // overlaps with border from the widjet

Rule declaration should be preceded by an empty line
Open

  input {

Rule declaration should be preceded by an empty line
Open

  span{

Properties should be ordered list-style, margin
Open

    margin: 0px;

Avoid using id selectors
Open

#compares, #favorites {

Selector should have depth of applicability no greater than 3, but was 4
Open

      img {

Avoid using id selectors
Open

#compare-list-actions {

Prefer single quoted strings
Open

@import "globals/colors";

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

  border-top: 4px solid rgb(42, 43, 43);

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

.bedrooms-list, .price-list, .floor-size-list {

Rule declaration should be preceded by an empty line
Open

      img {

Properties should be ordered background-color, text-decoration
Open

        text-decoration: none;

Avoid using id selectors
Open

#search-query-entries  {

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

#compares, #favorites {

0px should be written without units as 0
Open

  padding: 0px;

Properties should be ordered border-left, border-right, border-top, float, margin, opacity
Open

  border-top: 4px solid rgb(42, 43, 43);

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

.bedrooms-list, .price-list, .floor-size-list {

Avoid using id selectors
Open

#compares, #favorites {

Properties should be ordered border-bottom, list-style
Open

    list-style: none;

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

      &:hover, &:active {

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

  border-top: 1px solid rgb(255, 255, 255);

Avoid using id selectors
Open

#search-query-head span, #search-filter-head span {

0px should be written without units as 0
Open

  margin: 11px 20px 0px 0px;

0.4 should be written without a leading zero as .4
Open

  opacity: 0.4;

Properties should be ordered height, margin-left, margin-top, width
Open

    margin-top: 10px;

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

#search-query-head span, #search-filter-head span {

Nesting should be no greater than 3, but was 4
Open

      &:hover, &:active {

Properties should be ordered border-bottom, border-top, padding
Open

  border-top: 1px solid rgb(255, 255, 255);

0px should be written without units as 0
Open

  margin: 11px 20px 0px 0px;

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

.collapsed .caret-category, .caret-category.closed {

0px should be written without units as 0
Open

    margin: 0px;

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

    border-bottom: 1px solid rgb(223, 223, 223);

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

  border-top: 1px solid rgb(255, 255, 255);

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be preceded by an empty line
Open

  li {

Rule declaration should be preceded by an empty line
Open

    a {

Opening curly brace { should be preceded by one space
Open

#search-query-entries  {

Rule declaration should be followed by an empty line
Open

      }

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

        background-color: rgb(238, 238, 238);

There are no issues that match your filters.

Category
Status