3scale/porta

View on GitHub

Showing 5,267 of 5,597 total issues

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

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

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

    @include box-shadow(0 0 6px $box-shadow-color);

Unnecessary parent selector (&)
Open

  & > li {

!important should not be used
Open

  position: static !important;

Unnecessary parent selector (&)
Open

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

Properties should be ordered color, text-decoration
Open

    text-decoration: none;

Colon after property should be followed by one space
Open

  clear:left;

Avoid using id selectors
Open

#cboxContent{

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

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

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

  padding: 0;

Unnecessary parent selector (&)
Open

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

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

      label {

0.2 should be written without a leading zero as .2
Open

    right: -0.2rem;

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

h2, h3 {

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

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

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

  font-weight: $font-weight-bold;

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

ul, p, ol, dl {

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

ul, p, ol, dl {

Avoid using id selectors
Open

#context-menu > li + li {

!important should not be used
Open

    display: none !important;
Severity
Category
Status
Source
Language