Showing 5,271 of 5,271 total issues
Begin pseudo elements with double colons: ::
Open
Open
&.blue span:before {
- Exclude checks
Color #777777
should be written as #777
Open
Open
border-bottom: 1px solid #777777;
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
color: #ffffff;
- Exclude checks
Merge rule .ts-wrapper.plugin-remove_button .item .remove
with rule on line 1 Open
Open
.ts-wrapper.plugin-remove_button .item .remove {
- Exclude checks
Color #FFFFFF
should be written as #ffffff
Open
Open
border-top: 1px solid #FFFFFF;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1, h2, h3, h4, h5, h6, p {
- Exclude checks
Prefer using placeholder selectors (e.g. %some-placeholder) with @extend Open
Open
@extend [class^="icon-"];
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
h1, h2, h3, h4, h5, h6, p {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-top: 3px solid #fff;
- Exclude checks
Use //
comments everywhere Open
Open
/* -------------------------------------
- Exclude checks
0px
should be written without units as 0
Open
Open
0px 1px 0px rgba(0, 0, 0, 0.05),
- Exclude checks
Merge rule .column table
with rule on line 370 Open
Open
.column table {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
Unknown property gap Open
Open
gap: 2rem;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fff;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
input[type="button"] {
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 10px 2px 0px 5%;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.fa-ellipsis-v {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
Shorthand form for property padding
should be written more concisely as 20px 20px 0px
instead of 20px 20px 0px 20px
Open
Open
padding: 20px 20px 0px 20px;
- Exclude checks