3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

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

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

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

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

Properties should be ordered border, margin, padding
Open

    margin: line-height-times(1/3) 0;

Properties should be ordered border-bottom-left-radius, border-top-left-radius, margin-right
Open

      margin-right: 0;

!important should not be used
Open

  max-width: calc(100% - #{$border-width}) !important;

Properties should be ordered float, margin-top
Open

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

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

form.formtastic:not(.pf-c-form) fieldset > ol > li.text textarea {

Properties should be ordered border-color, box-shadow, color, outline
Open

    outline: none !important;

Avoid vendor prefixes.
Open

::-moz-placeholder { /* Firefox 19+ */

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

form.button-to, form.button-to div, form.inline, form.inline div {

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

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

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

  p, form, form li, fieldset {

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

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

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

    font-size: $font-size-base;

Prefer single quoted strings
Open

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

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

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

Prefer single quoted strings
Open

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

Opening curly brace { should be preceded by one space
Open

button.unsuspend   { background-image: image-url('tick.png'); }

Properties should be ordered -moz-appearance, -webkit-appearance, appearance, background-color, border, border-radius, color, font-size, height, line-height, padding, width
Open

  font-size: $font-size-base;

Properties should be ordered border-color, box-shadow, color, outline
Open

    outline: none !important;
Severity
Category
Status
Source
Language