codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

Color #CCCCCC should be written as #CCC
Open

      border-bottom: 1px solid #CCCCCC;

Properties should be ordered margin-top, padding-bottom, padding-top
Open

    padding-top: 10px;

Properties should be ordered font-size, font-weight
Open

    font-weight: bold;

Prefer single quoted strings
Open

      content: " (" attr(href) ")";
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

0.6 should be written without a leading zero as .6
Open

      color: rgba($black, 0.6);
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Avoid using id selectors
Open

  #content > header {
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Avoid using id selectors
Open

  #app-footer {
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Avoid using id selectors
Open

    #detail-info {
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

Colon after property should be followed by one space
Open

      border:0 !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

0.4 should be written without a leading zero as .4
Open

        color: rgba($black, 0.4) !important;
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

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

      .button-edit {
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

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

      .service-categories > ul {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Opening curly brace { should be preceded by one space
Open

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

Property color already defined on line 1280
Open

      color: rgba($black,.4);
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

!important should not be used
Open

  position:absolute !important;

Prefer single quoted strings
Open

  @if $corner == "none" {

Prefer single quoted strings
Open

  @if $corner == "right" {

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

$greyscale_lightest: rgb(252,252,252);

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

$button-popup-hover-color:          $complementA;
Severity
Category
Status
Source
Language