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
Open
background: white;
- Exclude checks
Colon after property should be followed by one space Open
Open
cursor:pointer;
- Exclude checks
Properties should be ordered background, border, border-radius, box-shadow, color, font-size, left, padding, position, top Open
Open
position: absolute;
- Exclude checks
0px
should be written without units as 0
Open
Open
left: 0px;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding-left: 0px;
- Exclude checks
1/4
should be written with a single space on each side of the operator: 1 / 4
Open
Open
margin-right: line-height-times(1/4);
- Exclude checks
Prefer single quoted strings Open
Open
@import "provider/typography";
- Exclude checks
Properties should be ordered border-color, border-left, margin-left, min-height, padding-left Open
Open
border-left: 5px solid transparent;
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
border-color: $feedback-color-success
- Exclude checks
Properties should be ordered font-style, text-align Open
Open
text-align: center;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td {
- Exclude checks
Merge rule .c3-tooltip td
with rule on line 189 Open
Open
.c3-tooltip td {
- Exclude checks
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
Open
@include border-radius(6px);
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Properties should be ordered clear, display, float, width Open
Open
display: block;
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
@include padding-leader(0.5);
- Exclude checks
Expected 0 spaces after (
instead of
Open
Open
@include animation( reveal 1s ease-out 5s forwards );
- Exclude checks
Expected 0 spaces after (
instead of
Open
Open
@include animation( unfocus 1s ease-out 10s forwards );
- Exclude checks
Properties should be ordered margin-left, width Open
Open
width: 216px;
- Exclude checks
Avoid using id selectors Open
Open
#settings_change_service_plan_permission_direct,
- Exclude checks