3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Colon after property should be followed by one space
Open

  position:absolute;

Color #cc0000 should be written as #c00
Open

$guardsmanRed:   #cc0000;

Opening curly brace { should be preceded by one space
Open

pre  {

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

ul, p, ol, dl {

Properties should be ordered display, margin-bottom, margin-top, padding
Open

  padding: 0;

border: 0 is preferred over border: none
Open

  border: none;

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

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

Properties should be ordered color, display
Open

  display: none;

!important should not be used
Open

  display: inline-block !important;

!important should not be used
Open

  position: absolute !important;

!important should not be used
Open

      font-weight: $font-weight-normal !important;

Unnecessary parent selector (&)
Open

  & > a, & > button, & > input[type='submit'] {

Unnecessary parent selector (&)
Open

  & > a, & > button, & > input[type='submit'] {

Avoid using id selectors
Open

#flashWrapper {

Expected item on line 26 to appear before line 25. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include animation(shake 0.5s ease-in-out 0.7s);

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

  @include animation(shake 0.5s ease-in-out 0.7s);

Properties should be ordered float, margin, padding
Open

  padding: 0;
Severity: Minor
Found in app/assets/stylesheets/error.scss by scss-lint

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

table .disabled-button, .disabled-button {

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

      padding: 0 0 0 0;

Avoid using id selectors
Open

#colorbox, #cboxOverlay, #cboxWrapper{
Severity
Category
Status
Source
Language