Showing 5,271 of 5,271 total issues
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
img {
- 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
Avoid qualifying class selectors with an element. Open
Open
body.off-canvas {
- Exclude checks
Name of variable border-radius-BR
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@mixin border-radius-mixed($border-radius-TL, $border-radius-TR, $border-radius-BR, $border-radius-BL) {
- Exclude checks
Name of variable border-radius-BL
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;
- Exclude checks
Color literals like rgba(0, 0, 0, 0.35)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
- Exclude checks
Property background
already defined on line 152 Open
Open
background: linear-gradient(to bottom, $gradient-clr1 0%, $gradient-clr2 100%);
- Exclude checks
@else
should be placed on same line as previous curly brace Open
Open
@else if $point == phablet {
- Exclude checks
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #666;
- Exclude checks
Shorthand form for property padding
should be written more concisely as 12px 0 8px
instead of 12px 0 8px 0
Open
Open
padding: 12px 0 8px 0;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
a:hover, a:active, a:focus {
- 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
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.skinny-head {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.cta-container {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
ol, ul, p {
- Exclude checks
0px
should be written without units as 0
Open
Open
text-shadow: 0px 0px 10px #fff;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:active, &:focus, &.active {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.top-bar-section ul li > a.top-bar--menu-item-with-icon {
- Exclude checks