3scale/porta

View on GitHub

Showing 5,298 of 5,640 total issues

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

        input, &.string input, &.password input, &.email input,  &.phone input {

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

        input, &.string input, &.password input, &.email input,  &.phone input {

Color #888888 should be written as #888
Open

          color: #888888;

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

  fieldset, ol {

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

iframe[name="google_conversion_frame"], img[height="1"][width="1"] {

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

    border: $border-width solid $stats-chart-border-color;

Prefer single quoted strings
Open

@import "font-awesome";

Properties should be ordered background-color, border-color, color, cursor, float, font-size, line-height, text-decoration
Open

  text-decoration: none;

Begin pseudo elements with double colons: ::
Open

    &:before {

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

      margin-left: 0.5em !important;

Properties should be ordered border-color, border-left, margin-left, min-height, padding-left
Open

  border-left: 5px solid transparent;

Nesting should be no greater than 5, but was 6
Open

          &:focus {

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

  color: #555555;

Avoid using id selectors
Open

.signup_form, #domain-recovery {

Properties should be ordered border, border-radius, color, display, height, margin, padding
Open

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

Avoid vendor prefixes.
Open

    -webkit-box-shadow: 0 0 0 transparent;

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

    border-left: none;

Properties should be ordered border, color, font-size, height, padding, width
Open

    font-size: $font-size-base;

Prefer single quoted strings
Open

@import "compass/reset";

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

    background-color: white;
Severity
Category
Status
Source
Language