Showing 5,271 of 5,271 total issues
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
td.severity {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.managers {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.role {
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
$color-action-remove-bg: very-light($color-error, 5 ) !default;
- Exclude checks
Name of variable color-ste-requires_authorization-bg
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$color-ste-requires_authorization-bg: $color-notice !default;
- Exclude checks
Commas in lists should be followed by one space Open
Open
$states: completed, complete, sold, pending, awaiting_return, returned, credit_owed, paid, shipped, balance_due, backorder, checkout, cart, address, delivery, payment, confirmation, canceled, ready, void, requires_authorization, active, inactive !default;
- Exclude checks
Commas in lists should be followed by one space Open
Open
$states: completed, complete, sold, pending, awaiting_return, returned, credit_owed, paid, shipped, balance_due, backorder, checkout, cart, address, delivery, payment, confirmation, canceled, ready, void, requires_authorization, active, inactive !default;
- Exclude checks
Imported partial ./mail/all.scss
should be written as ./mail/all
Open
Open
@import './mail/all.scss';
- Exclude checks
Color literals like #ebebeb
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ebebeb;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tbody tr td {
- Exclude checks
Color literals like #fb3958
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fb3958 !important;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1, h2, h3, h4, h5, h6 {
- Exclude checks
Color literals like #999
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #999;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1, h2, h3, h4, h5, h6, p {
- Exclude checks
Use //
comments everywhere Open
Open
/* prevent arrow on selected admin menu item appearing above modal */
- Exclude checks
Avoid using id selectors Open
Open
body.modal-open #admin-menu li.selected a::after {
- 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-color: white;
- Exclude checks
Imported partial app/webpacker/css/admin/trix.scss
should be written as app/webpacker/css/admin/trix
Open
Open
@import "app/webpacker/css/admin/trix.scss";
- Exclude checks