Showing 2,200 of 2,231 total issues
Use //
comments everywhere Open
Open
/*
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.tab-pane > * > .group-body,
- Exclude checks
Properties should be ordered background, border, color, cursor, float, font-size, font-weight, line-height, opacity, padding, position, right, text-shadow, top Open
Open
float: right;
- Exclude checks
Prefer single quoted strings Open
Open
@import "arrayAndObject";
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
text-shadow: 0 1px 0 #fff;
- Exclude checks
0.66
should be written without a leading zero as .66
Open
Open
padding: 0.66em;
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #000;
- Exclude checks
Selector m_groupSummary
should be written in lowercase with hyphens Open
Open
.tab-pane > * > .group-body,
- Exclude checks
Prefer single quoted strings Open
Open
@import "debugMenuBar";
- Exclude checks
Prefer single quoted strings Open
Open
@import "tippy";
- Exclude checks
Prefer single quoted strings Open
Open
@import "table";
- Exclude checks
Selector m_alert
should be written in lowercase with hyphens Open
Open
.m_alert {
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
opacity: 0.2;
- Exclude checks
Properties should be ordered border, border-radius, margin-bottom, padding Open
Open
padding: 0.66em;
- Exclude checks
Prefer single quoted strings Open
Open
@import "alerts";
- Exclude checks
Prefer single quoted strings Open
Open
@import "tabs";
- Exclude checks
Color purple
should be written in hexadecimal form as #800080
Open
Open
$color-header: purple;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
+ hr {
- Exclude checks
Prefer single quoted strings Open
Open
@import "tokens";
- Exclude checks
Prefer single quoted strings Open
Open
@import "sidebar";
- Exclude checks