3scale/porta

View on GitHub

Showing 5,298 of 5,640 total issues

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

  .c3-grid line.c3-ygrid,

Properties should be ordered border, display, margin-left, padding-top, vertical-align, width
Open

    display: inline-block;

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

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

0px should be written without units as 0
Open

      padding: 0px 10px 10px 10px;

Merge rule .c3-tooltip tr with rule on line 189
Open

  .c3-tooltip tr {

Color #888888 should be written as #888
Open

          color: #888888;

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

        color: #999999;

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

        &:first-child {

Color #aaaaaa should be written as #aaa
Open

            border-color: #aaaaaa;

Color #999999 should be written as #999
Open

        color: #999999;

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

      margin: -26px 0 0 0;

Prefer single quoted strings
Open

@import "font-awesome";

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

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

Properties should be ordered font-size, font-weight, margin-top
Open

    margin-top: 6px;

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

      padding: 5px 0 5px 0.5em;

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

  fieldset, ol {

!important should not be used
Open

  margin-top: -7px !important; //need to override formtastic stylesheet

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

      li {

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

    box-shadow: 0 0 line-height-times(1/2) $stats-chart-tooltip-shadow;

Properties should be ordered float, margin-right, width
Open

    width: 200px;
Severity
Category
Status
Source
Language