codeforamerica/ohana-web-search

View on GitHub

Showing 2,141 of 2,141 total issues

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

      color: $greyscale_midtone; // IE Fallback
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    > section:only-of-type {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Merge rule #map-canvas.max with rule on line 868
Open

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

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

      font-family: $font_san_serif;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered float, margin-left, width, z-index
Open

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

Property background already defined on line 971
Open

    background: rgba($primary-lightest,.1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Rule declaration should be preceded by an empty line
Open

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

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

    .contact-box > section,
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

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

        font-family: $font_san_serif;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    font-size: $font_size_90;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered color, font-family, font-size, padding, padding-bottom
Open

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

Properties should be ordered color, font-size, letter-spacing, text-shadow
Open

    font-size: 56px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

        > li:nth-child(odd) {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

  background: $greyscale_lightest;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered -webkit-backface-visibility, border-bottom, width
Open

  width: 100%;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Avoid qualifying class selectors with an element.
Open

        h1.name {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint
Severity
Category
Status
Source
Language