3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Opening curly brace { should be preceded by one space
Open

    &.delete:before   { @include iconic("\f014\0000a0"); }  // trash

Opening curly brace { should be preceded by one space
Open

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

Begin pseudo elements with double colons: ::
Open

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

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

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

Properties should be ordered display, max-height, min-width
Open

    min-width: line-height-times(2);

Properties should be ordered border, overflow, padding
Open

  padding: line-height-times(1);

Properties should be ordered border-bottom, border-left, border-right, color, font-weight
Open

      color: $font-color;

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);

Prefer single quoted strings
Open

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

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

    thead tr.table_title th {

Prefer single quoted strings
Open

    &.delete:before   { @include iconic("\f014\0000a0"); }  // trash

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

table tbody tr.no_results td {

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

    &.more { background-image: image-url('dashboard_arrow.gif'); }

Avoid using id selectors
Open

#user-permissions-form {

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

      &--labelDescription {

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

      &--partners:after {

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

button.publish, button.hide {

Avoid vendor prefixes.
Open

        -moz-column-count: 2;

Shorthand form for property margin should be written more concisely as 0 line-height-times(-1) line-height-times(-2) instead of 0 line-height-times(-1) line-height-times(-2) line-height-times(-1)
Open

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

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

      tr {
Severity
Category
Status
Source
Language