3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Line should be indented 2 spaces, but was indented 1 spaces
Open

 li {

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

  p, form, form li, fieldset {

Unnecessary parent selector (&)
Open

  &> table.list:last-child {

Prefer single quoted strings
Open

    &.edit:before     { @include iconic("\f040\0000a0"); }  // pencil

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

    &.bolt:before     { @include iconic("\f0e7\0000a0"); }  // bolt

Begin pseudo elements with double colons: ::
Open

    &.off:before, &.disable:before, &.suspend:before { @include iconic("\f28b\0000a0"); }     // off

Prefer single quoted strings
Open

    &.open:before { @include iconic("\f07b\0000a0"); }      // folder

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

    &.add, &.new, &.approve, &.activate, &.ok, &.enable, &.resume {

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

    &.bolt, &.fire, &.off, &.eye, &.revert {

Prefer single quoted strings
Open

button.edit        { @include iconic("\f040\0000a0"); } // background-image: image-url('pencil.png');

Opening curly brace { should be preceded by one space
Open

button.reset       { background-image: image-url('clear-left.png'); }

Avoid using id selectors
Open

#liquid-docs {

Shorthand form for property padding should be written more concisely as line-height-times(4 / 3) line-height-times(1) line-height-times(2 / 3) instead of line-height-times(4 / 3) line-height-times(1) line-height-times(2 / 3) line-height-times(1)
Open

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

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

  margin: 0 0 0 0;

Properties should be ordered display, width
Open

    width: auto;

Avoid using id selectors
Open

  #plans-content {

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

      .FeatureAccessList-item.FeatureAccessList-item--monitoring::after,

Nesting should be no greater than 5, but was 6
Open

          &::before {

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

      &.is-checked.FeatureAccessList-item--monitoring::after,

Begin pseudo elements with double colons: ::
Open

      &--plans:after {
Severity
Category
Status
Source
Language