codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Properties should be ordered background-color, color, cursor, width
Open

    width: 100%;

border: 0 is preferred over border: none
Open

      border: none;

Properties should be ordered font-size, font-weight
Open

      font-weight: bold;

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

    font-size: $font_size_110;

Use // comments everywhere
Open

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

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

          font-size: 24px;

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

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

Avoid using id selectors
Open

  #content-header nav {
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

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

      h1 {

!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: $pagination-next-hover-color !important;

!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

    box-shadow: none !important;
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

!important should not be used
Open

      border-left:0 !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

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

Colon after property should be followed by one space
Open

      border-left:0 !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 6
Open

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

Properties should be ordered margin-bottom, padding-bottom
Open

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

Merge rule #detail-info .metadata with rule on line 134
Open

    #detail-info .metadata {
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint
Severity
Category
Status
Source
Language