georgebellos/real_estate

View on GitHub

Showing 829 of 829 total issues

Prefer single quoted strings
Open

@import "globals/colors";

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

    margin-bottom: 0.5em;

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

    font-size: 1.0em;

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

  background: white;

Avoid vendor prefixes.
Open

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

Avoid using id selectors
Open

#actions-box, #admin-box {

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

    background: white;

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

Rule declaration should be preceded by an empty line
Open

  span{

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

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

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

0px should be written without units as 0
Open

  padding: 40px 0px;

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

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

Avoid using id selectors
Open

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

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;

Properties should be ordered border, border-radius, box-shadow, text-shadow
Open

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

Rule declaration should be followed by an empty line
Open

  }

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

  legend, .pictures {

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 followed by an empty line
Open

  }
Severity
Category
Status
Source
Language