3scale/porta

View on GitHub

Showing 5,298 of 5,634 total issues

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

        input, &.string input, &.password input, &.email input,  &.phone input {

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

        input, &.string input, &.password input, &.email input,  &.phone input {

Color #aaaaaa should be written as #aaa
Open

            border-color: #aaaaaa;

0.1 should be written without a leading zero as .1
Open

            @include transition(border-color 0.1s linear);

Merge rule .signup_form p with rule on line 153
Open

.signup_form p {

Avoid using id selectors
Open

.signup_form, #domain-recovery {

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

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

Prefer single quoted strings
Open

@import "font-awesome";

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

header, main {

Properties should be ordered margin, max-width, min-width, position, text-align
Open

  text-align: left;

Begin pseudo elements with double colons: ::
Open

    &:before {

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

        * {

Properties should be ordered border-color, border-left, margin-left, min-height, padding-left
Open

  border-left: 5px solid transparent;

Avoid using id selectors
Open

#account-redhat-connect,

Properties should be ordered color, float, font-size
Open

    font-size: $font-size-base;

Properties should be ordered clear, float, overflow
Open

      float: right;

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

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

!important should not be used
Open

  text-align: right !important;

Begin pseudo elements with double colons: ::
Open

.proxy_authentication_method_1 span:before {

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

      .fa-puzzle-piece, .fa-hdd-o {
Severity
Category
Status
Source
Language