Showing 5,271 of 5,271 total issues
Each selector in a comma sequence should be on its own single line Open
Open
map, .angular-google-map-container, google-map, .angular-google-map {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, & * {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
p {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.cart-spinner {
- Exclude checks
Line should be indented 2 spaces, but was indented 0 spaces Open
Open
.warning-sign {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
svg {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&.active, &.active:hover, &.active:focus {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus, &:active {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> div {
- 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
Each selector in a comma sequence should be on its own single line Open
Open
map, .angular-google-map-container, google-map, .angular-google-map {
- Exclude checks
border-top: 0
is preferred over border-top: none
Open
Open
border-top: none;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
ul li > a {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Color literals like #f4704c
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #f4704c;
- Exclude checks
Merge rule .off-canvas-wrap .tab-bar .menu-icon
with rule on line 210 Open
Open
.off-canvas-wrap .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
color: white;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
dialog
- 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
Avoid qualifying class selectors with an element. Open
Open
.off-canvas-wrap .inner-wrap,
- Exclude checks