Showing 5,271 of 5,271 total issues
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid black;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
ol, ul, p {
- Exclude checks
Color literals like #78cd91
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #78cd91;
- Exclude checks
Color literals like #373737
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #373737;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, & * {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
&.inline-block, ul.inline-block {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
a, a.button {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&.taxon-selectors, &.property-selectors {
- Exclude checks
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include filter-selector(#666, #ccc, #777);
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus, &:active {
- Exclude checks
Property overflow
already defined on line 145 Open
Open
overflow: hidden;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
strong {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Name of mixin headingFont
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include headingFont;
- Exclude checks
Selector is_distributor
should be written in lowercase with hyphens Open
Open
&.is_distributor, &.is_distributor i.ofn-i_059-producer, &.is_distributor i.ofn-i_060-producer-reversed {
- Exclude checks
Selector ofn-i_060-producer-reversed
should be written in lowercase with hyphens Open
Open
&.is_distributor, &.is_distributor i.ofn-i_059-producer, &.is_distributor i.ofn-i_060-producer-reversed {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
p.word-wrap {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.columns img {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
label.indent-checkbox {
- Exclude checks
Merge rule .item.active
with rule on line 72 Open
Open
.item.active {
- Exclude checks