Showing 5,271 of 5,271 total issues
Color literals like rgba(0, 0, 0, 0.1)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
- Exclude checks
Empty rule Open
Open
&:before {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- 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
Color #ffffff
should be written as #fff
Open
Open
color: #ffffff;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="text"],
- Exclude checks
Selector ui-timepicker-oneLine
should be written in lowercase with hyphens Open
Open
.ui-timepicker-div.ui-timepicker-oneLine dl dd {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.ts-dropdown .create:hover,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.ts-dropdown .create:hover,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector connected-app__vine
should be written in lowercase with hyphens Open
Open
.connected-app__vine {
- Exclude checks
Selector connected-app__vine-content
should be written in lowercase with hyphens Open
Open
.connected-app__vine-content {
- Exclude checks
Shorthand form for property padding
should be written more concisely as 15px 2px 0px
instead of 15px 2px 0px 2px
Open
Open
padding: 15px 2px 0px 2px;
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 0px 1px 0px;
- Exclude checks
Selector dashboard_tab
should be written in lowercase with hyphens Open
Open
div.dashboard_tab {
- 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
Color literals like #828282
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #828282;
- Exclude checks
Color literals like #adadad
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #adadad;
- 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