georgebellos/real_estate

View on GitHub

Showing 829 of 829 total issues

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

  border-bottom: 1px solid rgba(0, 0, 0, 0.18);

Avoid using id selectors
Open

  #price {

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

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

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

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

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

    border-color: #ccc #ccc #999 #ccc;

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

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

#actions-box, #admin-box {

Properties should be ordered list-style, margin
Open

    margin: 0px;

Avoid using id selectors
Open

#compares, #favorites {

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

  li {

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

      img {

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

Shorthand form for property border-radius should be written more concisely as 1px instead of 1px 1px 1px 1px
Open

    border-radius: 1px 1px 1px 1px;

Shorthand form for property border-radius should be written more concisely as 1px instead of 1px 1px 1px 1px
Open

    border-radius: 1px 1px 1px 1px;

Rule declaration should be followed by an empty line
Open

  }

0px should be written without units as 0
Open

    padding: 0px 5px;

Merge rule input.btn with rule on line 62
Open

  input.btn {

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

    padding: 10px;

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;
Severity
Category
Status
Source
Language