codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

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

      border-bottom: 1px solid $greyscale_light; // IE fallback

Commas in function arguments should be followed by one space
Open

$greyscale_dark: rgb(87,87,87);

Commas in function arguments should be followed by one space
Open

$white: rgb(255,255,255);

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

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

Properties should be ordered border, height, width
Open

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

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

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

Commas in function arguments should be followed by one space
Open

$accentA-base: rgb(209,249,148);

Use // comments everywhere
Open

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

!important should not be used
Open

  z-index:9999 !important;

!important should not be used
Open

  z-index:0 !important;

Commas in function arguments should be followed by one space
Open

$complement-base: rgb(242,144,191);

Opening curly brace { should be preceded by one space
Open

  @if type-of($opacity) == number{@return rgba(shade($color, 50), $opacity)}

Opening curly brace { should be preceded by one space
Open

  @if type-of($opacity) == number{@return rgba(shade($color, 25), $opacity)}

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

$button-utility-color:       $complementA;

Prefer single quoted strings
Open

  @if $corner == "bottom" {

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

$pagination-hover-color:        $complementA;

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

$greyscale_dark: rgb(87,87,87);

Prefer single quoted strings
Open

@import "compass/css3/opacity";

Rule declaration should be preceded by an empty line
Open

  .fa {

Commas in function arguments should be followed by one space
Open

$alert-error-base: rgb(255,10,50);
Severity
Category
Status
Source
Language