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: line-height-times(1/2);

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

      li {

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

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

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

      a {

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

    &.active, &:hover {

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

   height: line-height-times(2);

Prefer single quoted strings
Open

@import "provider/typography";

Properties should be ordered font-size, width
Open

  width: 100% !important;

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

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

Properties should be ordered font-size, list-style, margin
Open

  list-style: none inside;

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;

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

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

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

    margin-top: line-height-times(2/3);

Properties should be ordered font-size, font-weight
Open

      font-weight: $font-weight-normal;

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

  .proxy-on-premise, .proxy-hosted-3scale {

Shorthand form for property margin should be written more concisely as 25px 0 0 instead of 25px 0 0 0
Open

    margin: 25px 0 0 0;

Begin pseudo elements with double colons: ::
Open

.deployment_option_self_managed span:before {

Begin pseudo elements with double colons: ::
Open

.deployment_option_plugin_nodejs span:before {

Properties should be ordered font-style, text-align
Open

    text-align: left;

border: 0 is preferred over border: none
Open

    border: none;
Severity
Category
Status
Source
Language