Showing 18,317 of 18,317 total issues
!important should not be used Open
Open
> label:first-child { display: block !important; }
- Exclude checks
Selector tiptip_content
should be written in lowercase with hyphens Open
Open
#tiptip_content,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#primary {
- Exclude checks
Selector woocommerce-products-header__title
should be written in lowercase with hyphens Open
Open
> .woocommerce-products-header,
- Exclude checks
!important should not be used Open
Open
line-height: 14px !important;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="radio"],
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.tribe-events-event-image,
- Exclude checks
Properties should be ordered float, margin, min-width, text-align Open
Open
text-align: left;
- Exclude checks
Prefer single quoted strings Open
Open
@include media("<phone") {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.tribe-events-event-image {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.tribe-events-single-event-title {
- Exclude checks
!important should not be used Open
Open
padding: 10px 0 !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:hover {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
0.15
should be written without a leading zero as .15
Open
Open
box-shadow ease-in-out 0.15s
- Exclude checks
0.15
should be written without a leading zero as .15
Open
Open
border-color ease-in-out 0.15s,
- Exclude checks
Color literals like rgba(0, 0, 0, 0.075)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
&[disabled],
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
textarea {
- Exclude checks