Showing 5,271 of 5,271 total issues
Avoid qualifying class selectors with an element. Open
Open
table.order-summary {
- Exclude checks
Color literals like #DB4A39
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #DB4A39 !important;
- Exclude checks
Merge rule table
with rule on line 70 Open
Open
table {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
p, ul {
- Exclude checks
Use //
comments everywhere Open
Open
/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
- Exclude checks
Use //
comments everywhere Open
Open
/* -------------------------------------------
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-top-color: black;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.action-#{$action} td {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&.alpha {
- Exclude checks
Color literals like #797979
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
-moz-box-shadow: 3px 3px 4px #797979;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px 5px 0px 5px;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
0px
should be written without units as 0
Open
Open
top: 0px;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Avoid using id selectors Open
Open
#save-bar {
- Exclude checks
Avoid using id selectors Open
Open
#sidebar {
- Exclude checks
Color literals like #008cdd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #008cdd;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
span:before {
- Exclude checks
Color literals like #ff9300
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ff9300;
- Exclude checks