3scale/porta

View on GitHub

Showing 5,298 of 5,634 total issues

Properties should be ordered background-color, font-size, margin-left, padding, position, top
Open

      font-size: 40px;

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

      top: line-height-times(-1/2);

Avoid using id selectors
Open

    tbody#sortable {

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

    input, select {

Declaration should be terminated by a semicolon
Open

    h1 { color: $color }

!important should not be used
Open

      color: $glow-color !important;

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

     border-color: $border-color;

Properties should be ordered margin-top, position, right, top
Open

    position: absolute;

Avoid using id selectors
Open

#open-portal-to-public {

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

  .plus { color: green; }

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

html, body, #content {

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

body, input, textarea {

Selector should have depth of applicability no greater than 3, but was 4
Open

.formtastic .inputs .field > label {

!important should not be used
Open

  margin-top: -8px !important;

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

      color: black;

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

          font-size: 13px;

Color #dddddd should be written as #ddd
Open

          border: 1px solid #dddddd;

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

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

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

    font-size: $font-size-base;

Prefer single quoted strings
Open

@import "provider/logo";
Severity
Category
Status
Source
Language