Showing 5,271 of 5,271 total issues
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.active_table_row {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&.is_distributor, &.is_distributor i.ofn-i_059-producer, &.is_distributor i.ofn-i_060-producer-reversed {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.hub-name, .button-address {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row:first-child {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button.primary {
- Exclude checks
Color literals like #FFFFFF
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #FFFFFF;
- Exclude checks
Color literals like #333
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include big-input(#888, #333, $clr-brick);
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-left: 1px solid #ddd;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
ul li.ofn-logo > a {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
body.off-canvas {
- Exclude checks
Name of mixin sidepaddingSm
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@mixin sidepaddingSm {
- Exclude checks
Name of variable border-radius-BR
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
@else
should be placed on same line as previous curly brace Open
Open
@else if $point == tablet {
- Exclude checks
@else
should be placed on same line as previous curly brace Open
Open
@else if $point == phablet {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.enterprise-logo, img {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus, &:active {
- Exclude checks
Color literals like rgba(205, 205, 205, 1)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: rgba(205, 205, 205, 1);
- Exclude checks
Unnecessary parent selector (&) Open
Open
&, & * {
- Exclude checks