3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Opening curly brace { should be preceded by one space
Open

    &.view    { background-image: image-url('xmag_16.png'); }

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

    white-space: nowrap;

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

    cursor: pointer;

Begin pseudo elements with double colons: ::
Open

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

Prefer single quoted strings
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

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

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

Prefer single quoted strings
Open

    &.reject:before   { @include iconic("\f00d\0000a0"); }  // remove

Line should be indented 2 spaces, but was indented 4 spaces
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 {

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

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

Colon after property should be followed by one space
Open

#groups form.formtastic fieldset > ol > li fieldset legend { width:auto; }

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

    tr:last-child th,

Colon after property should be followed by one space
Open

  display:inline-table;

Property display already defined on line 23
Open

  display: inline-block;

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

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

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

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

Opening curly brace { should be preceded by one space
Open

    &.add:before, &.new:before  { @include iconic("\f055\0000a0"); }  // plus-sign

Begin pseudo elements with double colons: ::
Open

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

Prefer single quoted strings
Open

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