codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

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

    clear: both;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

Colon after property should be followed by one space
Open

  z-index:-9998 !important;

!important should not be used
Open

  z-index:-1 !important;

!important should not be used
Open

  z-index: $layer-10 !important;

Begin pseudo elements with double colons: ::
Open

  input:-moz-placeholder {

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

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

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

$button-popup-hover-bg:             shade($accentA-light,5);

Commas in function arguments should be followed by one space
Open

$button-color:                rgba($black,.5);

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

$search-button-fa-hover-color:      $complementA;

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

$main-header-bg: rgba($complementB, 0.2);

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

$terminology-border: $complementA;

Use // comments everywhere
Open

/*

Properties should be ordered margin, padding-left, padding-right, pointer-events, position, text-align
Open

    pointer-events: auto;

!important should not be used
Open

    border-bottom: none !important;

Merge rule .alert-container.floating with rule on line 2
Open

.alert-container.floating {

Properties should be ordered left, position, top
Open

  position: fixed;

Properties should be ordered background, border, color, cursor, font-family, padding
Open

  font-family: $font_san_serif;

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

      text-shadow: 1px 4px 6px $accentA-light, 0 0 0 $black, 1px 4px 6px $accentA-light;

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

      >span {
Severity
Category
Status
Source
Language