codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Avoid using id selectors
Open

    #map-canvas {

Avoid using id selectors
Open

    #detail-info .metadata {
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

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

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

        > button {

Properties should be ordered background, border, margin-top, position
Open

          position: relative;

Property word-break already defined on line 317
Open

      word-break: break-word;

Avoid using id selectors
Open

    #help-box {

Properties should be ordered display, float, margin, padding-left, padding-right, text-align, width
Open

      margin: 0 auto;

Avoid using id selectors
Open

    #search-container {

Properties should be ordered border-left, margin-left
Open

      margin-left: 0;

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

      .static-content > *:last-child {

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

        .next,

Avoid using id selectors
Open

    #search-box {

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

        > section {

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

        > section {

Properties should be ordered background, border-bottom, border-left, margin-bottom, -ms-word-break, word-break
Open

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

Commas in function arguments should be followed by one space
Open

      @include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2), 0 -1px 2px rgba($black,.2));
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

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