Showing 5,271 of 5,271 total issues
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
Selector default_rules
should be written in lowercase with hyphens Open
Open
.customer_tag,
- Exclude checks
Selector no_rules
should be written in lowercase with hyphens Open
Open
.no_rules {
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px;
- Exclude checks
Shorthand form for property padding
should be written more concisely as 2px 10px
instead of 2px 10px 2px 10px
Open
Open
padding: 2px 10px 2px 10px;
- Exclude checks
Avoid using id selectors Open
Open
#new-tag-rule-dialog {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
button.hide:hover {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.action-#{$action} td {
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px 5px;
- Exclude checks
0px
should be written without units as 0
Open
Open
margin-right: 0px;
- Exclude checks
0px
should be written without units as 0
Open
Open
left: 0px;
- Exclude checks
0px
should be written without units as 0
Open
Open
margin: 0px;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px 15px 0px 0px;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
&[open] >,
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Merge rule i.fa-info-circle
with rule on line 170 Open
Open
i.fa-info-circle {
- Exclude checks