3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Prefer single quoted strings
Open

@import "compass/typography/text/ellipsis";

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

$font-size-lg:               ($font-size-base * 5/4);

!important should not be used
Open

    max-height: none !important;

!important should not be used
Open

      fill: transparent !important;

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

      &>a {

Merge rule table#mapping_rules .actions a.action.add with rule on line 171
Open

table#mapping_rules .actions a.action.add {

Commas in function arguments should be followed by one space
Open

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

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

$caption-font-size:          (7/8) * $fontSize;

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

$line-height-base:            3/3 * $lineHeight;

Colon after property should be followed by one space
Open

  color:                      $color-base;

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

$border-radius:                  line-height-times(1/8);

Properties should be ordered display, margin-left
Open

  margin-left: 0.5em;

Avoid using id selectors
Open

  #account-overview,

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

      li {

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

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

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

  margin: line-height-times(1/4);

Properties should be ordered cursor, margin-bottom, margin-top, width
Open

      margin-top: 15px;

!important should not be used
Open

    background-color: transparent !important;

@else should be placed on same line as previous curly brace
Open

  @else {

x units not allowed on top; must be one of (%, Hz, ch, cm, deg, dpcm, dpi, dppx, em, ex, fr, grad, in, kHz, mm, ms, pc, pt, px, q, rad, rem, s, turn, vh, vmax, vmin, vw)
Open

  top: 20x;
Severity
Category
Status
Source
Language