app/webpacker/css/admin/sidebar-item.scss
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
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #ffffff;
- Exclude checks
Shorthand form for property padding
should be written more concisely as 15px
instead of 15px 15px
Open
Open
padding: 15px 15px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.alpha,
- 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
Avoid qualifying class selectors with an element. Open
Open
a.alpha,
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 1px 0px 1px;
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
color: #ffffff;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.sidebar_item {
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 3px 0px 3px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.alpha,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
span.omega {
- 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
Color #ffffff
should be written as #fff
Open
Open
color: #ffffff;
- Exclude checks
Color literals like #fcf6ef
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fcf6ef;
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 1px 0px 1px;
- 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
Avoid qualifying class selectors with an element. Open
Open
a.alpha,
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 8px 18px 8px 0px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a.alpha,
- Exclude checks
Shorthand form for property border-width
should be written more concisely as 0px 1px
instead of 0px 1px 0px 1px
Open
Open
border-width: 0px 1px 0px 1px;
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 3px 0px 3px;
- Exclude checks
Selector sidebar_item
should be written in lowercase with hyphens Open
Open
div.sidebar_item {
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 10px 0px;
- Exclude checks
0px
should be written without units as 0
Open
Open
border-radius: 0px;
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #ffffff;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.header {
- Exclude checks