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/print.scss by scss-lint

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

    color: $complementA;

Prefer single quoted strings
Open

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

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

    width: $font_size_110;

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

        .location-sidebar {

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_midtone should be written in all lowercase letters with hyphens instead of underscores
Open

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

0.1 should be written without a leading zero as .1
Open

    @include single-box-shadow(0, 1px, 6px, 1px, rgba($black, 0.1), inset);

0.2 should be written without a leading zero as .2
Open

    border-left: 1px solid rgba($input-border-color, 0.2);

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

    font-size: $font_size_115;

border: 0 is preferred over border: none
Open

    border: none;

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

    font-family: $font_san_serif;

Opening curly brace { should be preceded by one space
Open

{

Properties should be ordered background, line-height, min-height, min-width, text-align, vertical-align
Open

    vertical-align: baseline;

Opening curly brace { should be preceded by one space
Open

  {

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

      > footer {

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

      > footer {

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

        padding-top: 10px;

Properties should be ordered background, border-bottom, border-right, display, height, left, position, top, width
Open

      position: absolute;

Color #CCCCCC should be written as #cccccc
Open

      border-bottom: 1px solid #CCCCCC;
Severity
Category
Status
Source
Language