assets/css/woocommerce/woocommerce-extensions/_smart-coupons.scss
Color literals like rgba(0, 0, 0, 0.2)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.coupon-content {
- Exclude checks
Selector coupons_list
should be written in lowercase with hyphens Open
Open
#coupons_list {
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.coupon-container {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.generated_coupon_summary { margin: 0; }
- Exclude checks
Selector generated_coupon_summary
should be written in lowercase with hyphens Open
Open
.generated_coupon_summary { margin: 0; }
- Exclude checks
0.6180469716
should be written without a leading zero as .6180469716
Open
Open
&.small { padding: 0.6180469716em 1.41575em; }
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#coupons_list {
- Exclude checks
Avoid using id selectors Open
Open
#coupons_list {
- Exclude checks
0.6180469716
should be written without a leading zero as .6180469716
Open
Open
padding: 0.6180469716em;
- Exclude checks