3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Colon after property should be followed by one space
Open

  background-color:           $background-color-base;

Avoid using id selectors
Open

#upgrade-notice-column {

Line should be indented 4 spaces, but was indented 6 spaces
Open

      font-size: 26px;

Shorthand form for property margin should be written more concisely as 0 instead of 0 0 0 0
Open

    margin: 0 0 0 0;

Shorthand form for property padding should be written more concisely as 0 instead of 0 0 0 0
Open

    padding: 0 0 0 0;

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

    margin: 0 line-height-times(-1/2) 0 0;

Avoid using id selectors
Open

table#mapping_rules {

Prefer single quoted strings
Open

@import "compass/css3";

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

 background-color: rgba(0,0,0,0.05);

Properties should be ordered background-color, border
Open

      border: none;

$font-size-base * 7/8 should be written with a single space on each side of the operator: $font-size-base * 7 / 8
Open

$font-size-sm:               ($font-size-base * 7/8);

$line-height-base*1rem should be written with a single space on each side of the operator: $line-height-base * 1rem
Open

  background-size: 1px $line-height-base*1rem;

Begin pseudo elements with double colons: ::
Open

  *, *:before, *:after {

Avoid using id selectors
Open

#upgrade-image {

Properties should be ordered color, height, padding-top
Open

      padding-top: line-height-times(.5);

1.3/1.5 should be written with a single space on each side of the operator: 1.3 / 1.5
Open

  padding-top: line-height-times(1.3/1.5);

Avoid using id selectors
Open

  #account-overview,

Avoid using id selectors
Open

table#mapping_rules .actions a.action.add {

Line should be indented 4 spaces, but was indented 6 spaces
Open

      text-align: center;

Prefer single quoted strings
Open

@import "compass/typography/lists/inline-block-list";
Severity
Category
Status
Source
Language