Showing 18,317 of 18,317 total issues
Avoid using id selectors Open
Open
#loginform,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border: none;
- Exclude checks
Color literals like rgba(#000, 0.2)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: inset 0 0 0 3px rgba(#000,.2);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.form-field {
- Exclude checks
Files should end with a trailing newline Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
table {
- Exclude checks
0.5407911001
should be written without a leading zero as .5407911001
Open
Open
padding: 0.202em 0.5407911001em;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 7 Open
Open
a { text-decoration: none; }
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.comment-text {
- Exclude checks
Properties should be ordered border-radius, margin-bottom, padding Open
Open
padding: 1.618em;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.star-rating-selector {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
label.checkbox { float: none; }
- Exclude checks
Avoid using id selectors Open
Open
#tiptip_holder.tip_bottom {
- Exclude checks
Selector tax-product_tag
should be written in lowercase with hyphens Open
Open
.post-type-archive-product,
- Exclude checks
!important should not be used Open
Open
line-height: 1.2 !important;
- Exclude checks
Prefer single quoted strings Open
Open
content: "\f178";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.tribe-events-single-event-description {
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: white !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
width: 100%;
- Exclude checks
0.15
should be written without a leading zero as .15
Open
Open
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
- Exclude checks