georgebellos/real_estate

View on GitHub

Showing 829 of 829 total issues

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

  @include background( linear-gradient(white, #f4f4f4));

Prefer single quoted strings
Open

@import "bootstrap/pager";

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

    color: white;

0.18 should be written without a leading zero as .18
Open

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

Properties should be ordered background, display, font-size, font-weight, padding, position, top
Open

    display:inline-block;

Selector flat_button should be written in lowercase with hyphens
Open

%flat_button {

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

    padding-left: 5px;

Use // comments everywhere
Open

/***  Libraries  ***/

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

    opacity: 0.7;

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

Prefer single quoted strings
Open

@import "bootstrap/type";

Use // comments everywhere
Open

    /*padding-left: 50px;*/

Prefer single quoted strings
Open

@import "bootstrap/wells";

Shorthand form for property border-color should be written more concisely as #ccc #ccc #999 instead of #ccc #ccc #999 #ccc
Open

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

Prefer single quoted strings
Open

@import "bootstrap/close";

Properties should be ordered display, width
Open

    width: auto; display:inline;

Prefer single quoted strings
Open

@import "bootstrap/alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons

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

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

Prefer single quoted strings
Open

@import "bootstrap/modals";

Avoid using id selectors
Open

#compares, #favorites {
Severity
Category
Status
Source
Language