Showing 5,271 of 5,271 total issues
Color literals like rgba(0, 0, 0, 0.07)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
0px 2px 2px rgba(0, 0, 0, 0.07);
- Exclude checks
Unknown property gap Open
Open
gap: 1em;
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: black;
- Exclude checks
Selector dashboard_item
should be written in lowercase with hyphens Open
Open
div.dashboard_item {
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 1px 0px 1px;
- Exclude checks
Shorthand form for property border-width
should be written more concisely as 0px 3px
instead of 0px 3px 0px 3px
Open
Open
border-width: 0px 3px 0px 3px;
- Exclude checks
Color literals like #575757
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #575757;
- Exclude checks
Color literals like #f5f5f5
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f5f5f5;
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ffffff;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:before {
- Exclude checks
Color literals like #ededed
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ededed;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding-right: 0px;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tags-input .tags .tag-item .remove-button {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table th.actions .no-text[class*="icon-"],
- Exclude checks
Color #FFF
should be written as #fff
Open
Open
color: #FFF;
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom: none;
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
border-top-color: black;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
td.actions {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.close {
- Exclude checks