Showing 5,271 of 5,271 total issues
Each selector in a comma sequence should be on its own single line Open
Open
#details, #billing, #shipping, #payment {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
&.dirty label.alert {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Merge rule orderdetails table tr th
with rule on line 19 Open
Open
orderdetails table tr th {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:-moz-placeholder { @content; }
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
location {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
nav.top-bar {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
ul.left li, ul.right li {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
ul.right li.cart div.joyride-tip-guide {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: rgba(white, 1);
- Exclude checks
Shorthand form for property margin
should be written more concisely as -140px auto 0
instead of -140px auto 0 auto
Open
Open
margin: (-140px) auto 0 auto;
- 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
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&, p, h1, h2, h3, h4, h5, h6 {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
p.text-big {
- Exclude checks
Avoid using id selectors Open
Open
#brand-story.pane {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.options-text {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.content {
- 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
Use //
comments everywhere Open
Open
/* Capability #{$capability} is prefixed with #{$prefix} because #{$should-use-prefix} is required. */
- Exclude checks