Showing 5,271 of 5,271 total issues
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.tabs dd a {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Avoid using id selectors Open
Open
#details, #billing, #shipping, #payment {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
label, label.alert, label.success, &.valid label.alert, &.dirty label.success {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
label, label.alert, label.success, &.valid label.alert, &.dirty label.success {
- Exclude checks
Color literals like #f7ccc5
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #f7ccc5;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
orderdetails table tr th {
- Exclude checks
@else
should be placed on same line as previous curly brace Open
Open
@else if $current-prefix == -moz {
- Exclude checks
@include declaration should be preceded by an empty line Open
Open
@include with-prefix($prefix) {
- Exclude checks
Use //
comments everywhere Open
Open
/* Creating new #{$prefix} context. */
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
li {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
ul.left li, ul.right li {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
border-color: white;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&, & * {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, p, h1, h2, h3, h4, h5, h6 {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
p.secure-icon i {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.social-icons {
- Exclude checks
Avoid using id selectors Open
Open
#panes {
- Exclude checks
Avoid using id selectors Open
Open
#brand-story.pane, #cta.pane, #shops.pane, #sell.pane {
- Exclude checks