codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

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

  font-family: $font_san_serif;

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

      font-size: $font_size_105;

Properties should be ordered background, box-shadow, color, text-shadow
Open

    color: #000 !important; /* Black prints faster: h5bp.com/s */
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

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

!important should not be used
Open

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

Colon after property should be followed by one space
Open

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

!important should not be used
Open

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

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

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

        color: rgba($black, 0.4) !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

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

        div > section
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Properties should be ordered color, font-size
Open

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

Rule declaration should be followed by an empty line
Open

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

Properties should be ordered border-left, font-size, margin-bottom, margin-left, margin-top, padding-bottom
Open

      margin-top: 10px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    height: 1px;
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

Prefer single quoted strings
Open

    content: " "; /* 1 */
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Use // comments everywhere
Open

    display: table; /* 2 */
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered position, z-index
Open

  z-index:-9998 !important;

Colon after property should be followed by one space
Open

  position:relative;
Severity
Category
Status
Source
Language