Showing 18,317 of 18,317 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
form {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
label {
- Exclude checks
Expected item on line 806 to appear before line 795. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include input-size(
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
li:not(.select2-search),
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
textarea {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin: 5px 0 !important;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
input:not([type="checkbox"]):not([type="submit"]),
- Exclude checks
0.15
should be written without a leading zero as .15
Open
Open
border-color ease-in-out 0.15s,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&[disabled],
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
h2.tribe-events-page-title {
- Exclude checks
!important should not be used Open
Open
box-shadow: none !important;
- Exclude checks
Avoid using id selectors Open
Open
#tribe-community-events
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-weight: 600;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: transparent;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-width: 2px;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks