codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Use // comments everywhere
Open

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

Prefer single quoted strings
Open

@import "compass/css3/box-shadow";

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

    @include inline-block();

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

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

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

      color: $white;

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

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

Avoid vendor prefixes.
Open

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

Prefer single quoted strings
Open

  @if $corner == "upper-left" {

Color literals like rgba(0, 0, 0, 0) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  border: 1px solid rgba(0, 0, 0, 0);

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

$text-accent-hover-color:           $complementA;

Avoid qualifying class selectors with an element.
Open

a.button-small,

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

$menubutton-popup-hover-color:      $complementA;

Avoid qualifying class selectors with an element.
Open

a.button-small,

Commas in function arguments should be followed by one space
Open

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

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

  @include inline-block();

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

$button-popup-disabled-bg:          tint($greyscale_light, 60);

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

    font-size: #{$font_size_105 + 2};

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

$button-disabled-color:       $greyscale_light;

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

    font-size: $font_size_105;

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

$button-disabled-bg:          tint($greyscale_light, 60);
Severity
Category
Status
Source
Language