Showing 5,271 of 5,271 total issues
Shorthand form for property padding
should be written more concisely as 15px
instead of 15px 15px
Open
Open
padding: 15px 15px;
- Exclude checks
Selector customer_tag
should be written in lowercase with hyphens Open
Open
.customer_tag {
- Exclude checks
0px
should be written without units as 0
Open
Open
margin: 0px 0px 0px 0px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
td {
- Exclude checks
Color literals like #aeaeae
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #aeaeae;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.ng-invalid.ng-dirty {
- Exclude checks
Color literals like red
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: solid 1px red;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.actions {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Color literals like #454545
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #454545;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding-right: 0px;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Selector menu_items
should be written in lowercase with hyphens Open
Open
.menu_items {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.select2-choice {
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 8px 18px 8px 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
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.table-wrap {
- Exclude checks