codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

!important should not be used
Open

    display: none !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Avoid using id selectors
Open

  #app-footer a[href]:after {
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Colon after property should be followed by one space
Open

      margin-left:0 !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Avoid using id selectors
Open

    #results-container {
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Properties should be ordered margin-right, vertical-align
Open

        vertical-align: top;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Colon after property should be followed by one space
Open

      padding-top:0 !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

!important should not be used
Open

        display:none !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

!important should not be used
Open

        padding: 0 !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

!important should not be used
Open

        text-decoration: none !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

!important should not be used
Open

          display: block !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Avoid using id selectors
Open

    #detail-info > * > section * > section {
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Property border-bottom already defined on line 1101
Open

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

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

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

Properties should be ordered clear, padding, text-align
Open

    text-align: right;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Commas in function arguments should be followed by one space
Open

      color: rgba($black,.4);
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

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

Use // comments everywhere
Open

/* ==========================================================================
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    clip: rect(0 0 0 0);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

  @include transition(opacity $animation-duration-base, z-index $animation-duration-base);

Properties should be ordered margin-top, position, -moz-transition, -webkit-transition, transition, z-index
Open

  z-index:-1 !important;
Severity
Category
Status
Source
Language