3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Avoid using id selectors
Open

  #table-of-contents {

Avoid using id selectors
Open

  #credit-card-status {

Avoid using id selectors
Open

  #ribbon-container,

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

      &--services {

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

    &-item {

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

    &-label {

Properties should be ordered background-color, border, border-radius, display, margin-bottom, margin-left, padding, width
Open

      width: auto;

0.8 should be written without a leading zero as .8
Open

        background-color: rgba($background-color-base, 0.8)

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

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

      a {

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

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

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

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

Properties should be ordered border-bottom, margin-bottom
Open

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

0.875 should be written without a leading zero as .875
Open

  font-size: 0.875rem; // --pf-c-form__label-required--FontSize

Avoid using id selectors
Open

#groups form.formtastic fieldset.actions { margin: 0; }

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

    display: inline;

Property text-decoration already defined on line 24
Open

  text-decoration: none;

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

    border-bottom: 0;

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

    color: $success-color;

Begin pseudo elements with double colons: ::
Open

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