3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Properties should be ordered list-style, margin, padding, text-align
Open

    margin: 0;

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

form.formtastic fieldset > ol > li.radio fieldset,

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

      &:last-of-type .ServiceAccessList-label{

!important should not be used
Open

   text-decoration: line-through !important;

Properties should be ordered color, margin-bottom, text-decoration
Open

      text-decoration: underline;

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

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

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

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

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

    text-align: center;

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

    list-style: none;

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

    &.undo:before, &.revert:before { @include iconic("\f0e2\0000a0"); }

Begin pseudo elements with double colons: ::
Open

    &.refresh:before   { @include iconic("\f021\0000a0"); } // resend

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

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

Prefer single quoted strings
Open

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

Begin pseudo elements with double colons: ::
Open

    &.message:before { @include iconic("\f003\0000a0"); }   // unlock

Begin pseudo elements with double colons: ::
Open

    &.close:before   { @include iconic("\f057\0000a0"); }   // remove-sign

Begin pseudo elements with double colons: ::
Open

    &.approve:before,

Prefer single quoted strings
Open

    &.eye:before { @include iconic("\f06e\0000a0"); }

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

    &.delete, &.reject, &.eye-slash, &.suspend, &.disable {

Opening curly brace { should be preceded by one space
Open

button.suspend     { background-image: image-url('cross.png'); }
Severity
Category
Status
Source
Language