Showing 5,200 of 5,560 total issues
Declaration should be terminated by a semicolon Open
Open
color: $color-failure
- Exclude checks
Properties should be ordered clear, display, float, width Open
Open
display: block;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.code-example--slash:after {
- Exclude checks
Properties should be ordered display, max-height, overflow-y Open
Open
overflow-y: auto;
- Exclude checks
Colon after property should be followed by one space Open
Open
cursor:pointer;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px;
- Exclude checks
!important should not be used Open
Open
margin-left: 1px !important;
- Exclude checks
Unnecessary parent selector (&) Open
Open
& ~ .pf-c-radio__description {
- Exclude checks
Merge rule .c3-tooltip tr
with rule on line 189 Open
Open
.c3-tooltip tr {
- Exclude checks
1/8
should be written with a single space on each side of the operator: 1 / 8
Open
Open
padding: line-height-times(1/8) line-height-times(1);
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
a, .link {
- 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
Declaration should be terminated by a semicolon Open
Open
content: 'e.g. '
- Exclude checks
Properties should be ordered background-color, border, border-color, color, float, font-size, height, padding, text-decoration, width Open
Open
text-decoration: none;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: white;
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
@include trailer(-0.5);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
* {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
* {
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
border-color: $feedback-color-success
- Exclude checks