3scale/porta

View on GitHub

Showing 5,205 of 5,561 total issues

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

background: white;

Colon after property should be followed by one space
Open

cursor:pointer;

Properties should be ordered background, border, border-radius, box-shadow, color, font-size, left, padding, position, top
Open

position: absolute;

0px should be written without units as 0
Open

left: 0px;

0px should be written without units as 0
Open

padding-left: 0px;

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

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

Prefer single quoted strings
Open

@import "provider/typography";

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

border-left: 5px solid transparent;

Declaration should be terminated by a semicolon
Open

border-color: $feedback-color-success

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

text-align: center;

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

td {

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

.c3-tooltip td {

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 {

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

display: block;

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

@include padding-leader(0.5);

Expected 0 spaces after ( instead of
Open

@include animation( reveal 1s ease-out 5s forwards );

Expected 0 spaces after ( instead of
Open

@include animation( unfocus 1s ease-out 10s forwards );

Properties should be ordered margin-left, width
Open

width: 216px;

Avoid using id selectors
Open

#settings_change_service_plan_permission_direct,
Severity
Category
Status
Source
Language