3scale/porta

View on GitHub

Showing 5,200 of 5,560 total issues

Declaration should be terminated by a semicolon
Open

color: $color-failure

Properties should be ordered clear, display, float, width
Open

display: block;

Begin pseudo elements with double colons: ::
Open

.code-example--slash:after {

Properties should be ordered display, max-height, overflow-y
Open

overflow-y: auto;

Colon after property should be followed by one space
Open

cursor:pointer;

0px should be written without units as 0
Open

padding: 0px;

!important should not be used
Open

margin-left: 1px !important;

Unnecessary parent selector (&)
Open

& ~ .pf-c-radio__description {

Merge rule .c3-tooltip tr with rule on line 189
Open

.c3-tooltip tr {

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

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

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

a, .link {

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

@include border-radius(6px);

Begin pseudo elements with double colons: ::
Open

&:after {

Declaration should be terminated by a semicolon
Open

content: 'e.g. '

Properties should be ordered background-color, border, border-color, color, float, font-size, height, padding, text-decoration, width
Open

text-decoration: none;

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

background-color: white;

0.5 should be written without a leading zero as .5
Open

@include trailer(-0.5);

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

* {

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

* {

Declaration should be terminated by a semicolon
Open

border-color: $feedback-color-success
Severity
Category
Status
Source
Language