3scale/porta

View on GitHub

Showing 5,267 of 5,597 total issues

Properties should be ordered border-radius, margin-right, min-width, position
Open

    position: relative;

Expected item on line 26 to appear before line 25. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include animation(shake 0.5s ease-in-out 0.7s);

Properties should be ordered align-items, display, flex-direction, height, justify-content, width
Open

  width: 100%;
Severity: Minor
Found in app/assets/stylesheets/error.scss by scss-lint

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

    table, tr, td {

Properties should be ordered color, left, position, top
Open

  position:absolute;

Merge rule p + ul with rule on line 55
Open

p + ul {

Properties should be ordered border, margin, padding
Open

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

Prefer single quoted strings
Open

@import "provider/typography";
Severity: Minor
Found in app/assets/stylesheets/error.scss by scss-lint

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

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

Begin pseudo elements with double colons: ::
Open

.fa-keycloak:before {

Properties should be ordered background-color, color
Open

    color: $bgcolor;

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

  .button.cancel, a.cancel {

Unnecessary parent selector (&)
Open

  & > fieldset {

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

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

    & > ol > li { display: inline-block; }

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

  button, input[type='submit'] {

Properties should be ordered height, padding
Open

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

Properties should be ordered background, height, position, width
Open

  position:fixed;

Opening curly brace { should be preceded by one space
Open

#cboxClose{

Properties should be ordered left, margin, padding, position, text-align
Open

      position: absolute;
Severity
Category
Status
Source
Language