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 6
Open

        .hierarchy-depth-1{ margin-left: 10px; }
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

          @include inline-block();
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

Merge rule .map #detail-map-canvas with rule on line 1220
Open

  .map #detail-map-canvas {
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

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

    visibility: hidden;
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

Colon after property should be followed by one space
Open

  position:relative;

Properties should be ordered position, z-index
Open

  z-index:9999 !important;

Expected item on line 50 to appear before line 47. 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);

Expected item on line 40 to appear before line 37. 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);

Expected 0 spaces after ( instead of
Open

  @include backface-visibility( hidden );

Avoid vendor prefixes.
Open

  -moz-transition: margin-top $animation-duration-base, z-index $animation-duration-base;

Colon after property should be followed by one space
Open

  z-index:-1 !important;

!important should not be used
Open

  z-index: $layer-11 !important;

Rule declaration should be followed by an empty line
Open

  }

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

    @include adjust-font-size-to($font_size_110);

Name of variable accentA-light should be written in all lowercase letters with hyphens instead of underscores
Open

$accentA-light: tint($accentA-base, 25);

Property border-bottom already defined on line 143
Open

      border-bottom: 1px solid rgba($black, .4);

Name of variable accentA-base should be written in all lowercase letters with hyphens instead of underscores
Open

$accentA-dark: shade($accentA-base, 50);
Severity
Category
Status
Source
Language