Showing 5,271 of 5,271 total issues
0px
should be written without units as 0
Open
Open
padding: 0px 15px 0px 0px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.check:before {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
p.callout {
- Exclude checks
Color literals like #ebebeb
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #ebebeb;
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px solid black;
- Exclude checks
Use //
comments everywhere Open
Open
/* -------------------------------------
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1, h2, h3, h4, h5, h6 {
- Exclude checks
Merge rule .collapse
with rule on line 15 Open
Open
.collapse {
- Exclude checks
Avoid using id selectors Open
Open
#toggle_settings {
- Exclude checks
Avoid using id selectors Open
Open
#change_type {
- Exclude checks
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #666;
- Exclude checks
Color literals like #ebf3fb
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ebf3fb;
- Exclude checks
Merge rule .ui-dialog .ui-state-hover
with rule on line 6 Open
Open
.ui-dialog .ui-state-hover {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
i {
- Exclude checks
0px
should be written without units as 0
Open
Open
bottom: 0px;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
a:after {
- Exclude checks
Avoid comma sequences in @extend
directives; prefer single placeholder selectors (e.g. %some-placeholder
) Open
Open
@extend a, :hover;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
0px
should be written without units as 0
Open
Open
border: 0px;
- Exclude checks
0px
should be written without units as 0
Open
Open
bottom: 0px;
- Exclude checks