app/assets/stylesheets/_seeds.scss
.seed-card { .text { opacity: 0.95; margin: 0; padding: 0; position: absolute; text-align: center; top: 1em; width: 100%; Selector should have depth of applicability no greater than 2, but was 3 h4 { color: $white; background-color: $green; padding: 0; margin: 0;Selector should have depth of applicability no greater than 2, but was 4
Rule declaration should be preceded by an empty line a { color: $white;Rule declaration should be followed by an empty line }Selector should have depth of applicability no greater than 2, but was 4 a:hover { color: $black; } } Selector should have depth of applicability no greater than 2, but was 3 h5 { color: $black; background-color: $beige;Rule declaration should be followed by an empty line }Expected item on line 28 to appear before line 11. Rule sets should be ordered as follows: `@extends`, `@includes` without `@content`, properties, `@includes` with `@content`, nested rule sets color: $black; }}