georgebellos/real_estate

View on GitHub

Showing 829 of 829 total issues

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

    box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;

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

      background: white;

Selector search_query should be written in lowercase with hyphens
Open

   #search_query {

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

Colon after property should be followed by one space
Open

    background:#fff;

Rule declaration should be followed by an empty line
Open

  }

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

    background:#fff;

!important should not be used
Open

    background: none repeat scroll 0% 0% transparent !important;

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

  float: left;

Rule declaration should be preceded by an empty line
Open

  li {

Rule declaration should be preceded by an empty line
Open

    a {

0px should be written without units as 0
Open

    margin: 5px 0px 0px 30px;

Avoid using id selectors
Open

  #user_email, #user_password, #user_name, #user_password_confirmation {

Avoid using id selectors
Open

#form-property {

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

  @include box-shadow(0px 1px 6px #bbb);

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

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

Rule declaration should be followed by an empty line
Open

  }

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

    color: #676767;

Rule declaration should be preceded by an empty line
Open

  #price {

Avoid using id selectors
Open

  #map img {
Severity
Category
Status
Source
Language