codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Colon after property should be followed by one space
Open

  position:relative;

!important should not be used
Open

  z-index:-9998 !important;

Begin pseudo elements with double colons: ::
Open

.clearfix:before,
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

!important should not be used
Open

  margin-top: 0 !important;

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

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

!important should not be used
Open

  z-index: $layer-7 !important;

@function declaration should be followed by an empty line
Open

}

Prefer single quoted strings
Open

  @if $size == "small" {

Properties should be ordered border-bottom, color, cursor, text-decoration
Open

      text-decoration: none;

Colon after property should be followed by one space
Open

  z-index:9999 !important;

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

      color: $greyscale_midtone; // IE fallback

Avoid vendor prefixes.
Open

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

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

          color: $greyscale_midtone;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property color already defined on line 134
Open

      color: rgba($black, .6);

!important should not be used
Open

  z-index: $layer-8 !important;

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

$font_size_105: 18px;

Prefer single quoted strings
Open

  @if $size == "xlarge" {

Prefer single quoted strings
Open

@import "compass/css3/filter";

Avoid qualifying attribute selectors with an element.
Open

  input[type=search]::-webkit-search-cancel-button,

Use // comments everywhere
Open

/* ==========================================================================
Severity
Category
Status
Source
Language