Showing 5,271 of 5,271 total issues
Color literals like #828282
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #828282;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
summary:after {
- Exclude checks
0px
should be written without units as 0
Open
Open
box-shadow: 0px 1px 0px $color-7;
- Exclude checks
Prefer using placeholder selectors (e.g. %some-placeholder) with @extend Open
Open
@extend .icon-caret-up;
- Exclude checks
Prefer using placeholder selectors (e.g. %some-placeholder) with @extend Open
Open
@extend .icon-search;
- Exclude checks
Shorthand form for property padding
should be written more concisely as 6px 3px 3px
instead of 6px 3px 3px 3px
Open
Open
padding: 6px 3px 3px 3px;
- Exclude checks
Merge rule .select2-container .select2-choices
with rule on line 1 Open
Open
.select2-container .select2-choices {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tr {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.error {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&:hover td.invalid {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
&:hover td.invalid {
- Exclude checks
Color literals like #f05c51
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: darken(#f05c51, 5%);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.invalid {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
form.product-import,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
tbody tr.product td.actions {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
form.edit_image {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.products {
- Exclude checks
Prefer using placeholder selectors (e.g. %some-placeholder) with @extend Open
Open
@extend .line-clamp-1;
- Exclude checks