codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

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

$font_size_95: 14px;

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

$font_size_100: 16px;

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

    @include single-box-shadow(0, 0, $border_radius_base, 0, $black);

Properties should be ordered background, color
Open

    color: $white;

Colon after property should be followed by one space
Open

    vertical-align:top;

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

    font-size: $font_size_110;

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

  @include input-placeholder(midtone($black, 0.2), italic);

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

        .name {

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

      li {

Each selector in a comma sequence should be on its own single line
Open

  > h1,ul,li

Opening curly brace { should be preceded by one space
Open

  {

Rule declaration should be preceded by an empty line
Open

      a {

Opening curly brace { should be preceded by one space
Open

    {

Properties should be ordered color, font-size
Open

    font-size: $font_size_90;

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

    font-size: $font_size_90;

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

    color: $greyscale_midtone;

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

    > div:last-child {

Use // comments everywhere
Open

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

Use // comments everywhere
Open

    color: #000 !important; /* Black prints faster: h5bp.com/s */
Severity: Minor
Found in app/assets/stylesheets/print.scss by scss-lint

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

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