codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

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

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

Avoid using id selectors
Open

#terminology-box-container,
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property border-bottom already defined on line 713
Open

  border-bottom: 1px solid rgba($black, .1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Merge rule #list-view with rule on line 648
Open

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

Avoid using id selectors
Open

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

Properties should be ordered display, font-family, font-size, letter-spacing
Open

          font-size: 24px;
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

Prefer single quoted strings
Open

          content: " more...";
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

      .results-entry {
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:hover::after {
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

      > hgroup {
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

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

0.95 should be written without a leading zero as .95
Open

    opacity: 0.95;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

          font-family: $font_san_serif;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

      font-family: $font_serif;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered color, font-family, font-size
Open

          font-size: 14px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

#map-canvas.max {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

0.5 should be written without a leading zero as .5
Open

      border-top: 1px solid midtone($primary,0.5);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Expected item on line 973 to appear before line 968. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include border-radius(4px 4px 0 0);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint
Severity
Category
Status
Source
Language