codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Properties should be ordered background, border-bottom, border-top, padding, text-align, vertical-align
Open

    padding: 80px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Commas in function arguments should be followed by one space
Open

    background: rgba($primary-lightest,.1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Name of variable greyscale_lightest should be written in all lowercase letters with hyphens instead of underscores
Open

  background: $greyscale_lightest;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Name of variable greyscale_light should be written in all lowercase letters with hyphens instead of underscores
Open

    border-left: 1px dotted $greyscale_light;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

    > h1 {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

#list-view div:last-child {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Name of variable greyscale_light should be written in all lowercase letters with hyphens instead of underscores
Open

      border-bottom: 1px solid $greyscale_light; // IE fallback
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property color already defined on line 1285
Open

      color: rgba($black,.4);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

      li {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

  > ul {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property background already defined on line 750
Open

      background: rgba($primary-lightest, .5);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Name of variable greyscale_light should be written in all lowercase letters with hyphens instead of underscores
Open

      border-bottom: 1px solid $greyscale_light; // IE fallback
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 6
Open

        h1.name > a::after {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered border-right, border-top, color
Open

          color: $black;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 5
Open

        h2.agency {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

      a:hover {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered border-bottom, color, cursor
Open

      color: $greyscale_midtone; // IE fallback
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Name of variable greyscale_lightest should be written in all lowercase letters with hyphens instead of underscores
Open

  background: $greyscale_lightest;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 4
Open

      h2 {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

      > span {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint
Severity
Category
Status
Source
Language