Showing 5,271 of 5,271 total issues
Each selector in a comma sequence should be on its own single line Open
Open
&:active, &:focus, &.active {
- Exclude checks
Color literals like rgba(255, 255, 255, 1)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: rgba(255, 255, 255, 1);
- Exclude checks
Merge rule .top-bar-section
with rule on line 32 Open
Open
.top-bar-section {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Merge rule .off-canvas-wrap.move-right .tab-bar .menu-icon
with rule on line 210 Open
Open
.off-canvas-wrap.move-right .tab-bar .menu-icon {
- 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
Merge rule .off-canvas-wrap ul.off-canvas-list
with rule on line 210 Open
Open
.off-canvas-wrap ul.off-canvas-list {
- Exclude checks
Color literals like rgba(0, 0, 0, 0.9)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: rgba(0, 0, 0, 0.9);
- Exclude checks
Merge rule .off-canvas-wrap ul.off-canvas-list i
with rule on line 210 Open
Open
.off-canvas-wrap ul.off-canvas-list i {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
ul li a,
- Exclude checks
Name of variable border-radius-TR
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 #999
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #999;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
text-shadow: 0px 0px 10px #fff;
- Exclude checks
0px
should be written without units as 0
Open
Open
text-shadow: 0px 0px 0px #fff;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
ul li.ofn-logo > a {
- Exclude checks
Name of mixin headingFont
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include headingFont;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
li a {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Name of variable border-radius-TR
should be written in all lowercase letters with hyphens instead of underscores Open
Open
-webkit-border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;
- Exclude checks