Showing 18,317 of 18,317 total issues
Nesting should be no greater than 3, but was 4 Open
Open
p#comments_filter_field {
- Exclude checks
Expected item on line 913 to appear before line 902. 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
Avoid using id selectors Open
Open
#customer_login {
- Exclude checks
0.875
should be written without a leading zero as .875
Open
Open
font-size: 0.875em;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&[disabled],
- Exclude checks
Properties should be ordered display, font-family, font-style, padding Open
Open
font-family: "Noto Sans", sans-serif;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.images {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="checkbox"] {
- Exclude checks
!important should not be used Open
Open
padding: 0 !important;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
textarea {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
#tribe-community-events
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
text-align: center;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0;
- Exclude checks
Selector type-tribe_events
should be written in lowercase with hyphens Open
Open
.type-tribe_events {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- 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
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
- Exclude checks
Color literals like #e0e0e0
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-right: 1px solid #e0e0e0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border: 1px solid $breaker;
- Exclude checks
Properties should be ordered border, margin, padding-bottom Open
Open
margin: 24px 0;
- Exclude checks