Showing 5,271 of 5,271 total issues
Line should be indented with spaces, not tabs Open
Open
content: "\e612";
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, &:hover {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, & * {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&.medium-6, &.medium-10 {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
label {
- Exclude checks
Unnecessary parent selector (&) Open
Open
&, & * {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background: white;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.signup-table.hubs-table, table.signup-table.producers-table {
- Exclude checks
Line contains trailing whitespace Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td:nth-child(3) {
- Exclude checks
Color literals like rgba(0, 0, 0, 0.2)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td:nth-child(3) {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.text-small {
- Exclude checks
Color #cccccc
should be written as #ccc
Open
Open
border: 1px solid #cccccc;
- 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 should have depth of applicability no greater than 3, but was 4 Open
Open
.header {
- 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
&, & * {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&, & i {
- Exclude checks