codeforamerica/ohana-web-search

View on GitHub
app/assets/stylesheets/_base.scss

Summary

Maintainability
Test Coverage

Properties should be ordered font-size, position, top, vertical-align
Open

  vertical-align: baseline;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

    margin: 1em 0;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Properties should be ordered float, padding-bottom, padding-right, padding-top
Open

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

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

    padding: 0;
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

Avoid vendor prefixes.
Open

  -webkit-user-select: none;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid vendor prefixes.
Open

  -khtml-user-select: none;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid vendor prefixes.
Open

  -ms-user-select: none;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Properties should be ordered font-size, margin-left, padding-bottom, padding-top
Open

        padding-top: 4px;
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

Color literals like #222 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: #222;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Color literals like #b3d4fc should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

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

Color literals like #b3d4fc should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: #b3d4fc;
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

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

  top: -0.4em;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

        padding-right: 15px;
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

Avoid qualifying class selectors with an element.
Open

  p span.cfaflag {
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-top: 1px solid $greyscale_light; // IE fallback
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Properties should be ordered border, display, padding, width
Open

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

Name of variable accentA-light should be written in all lowercase letters with hyphens instead of underscores
Open

    color: $accentA-light;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

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

Expected 0 spaces after ( instead of
Open

    @include background( radial-gradient( $primary-lightest 10%, $primary) );
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered margin-bottom, text-align
Open

  text-align: left;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Expected item on line 656 to appear before line 654. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include single-box-shadow(0, 1px, 6px, 0, rgba($black, .4));
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

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

Properties should be ordered border-bottom, font-family
Open

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

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

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

Properties should be ordered background-attachment, background-color, background-position, background-repeat
Open

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

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

        @include inline-block();
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

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

Avoid qualifying attribute selectors with an element.
Open

  button[disabled] {
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

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

Avoid using id selectors
Open

.home #search-bottom-utilities {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    -webkit-box-shadow: 0 0 0 #ccc, 0 0 #fff inset;
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

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

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

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

Expected item on line 614 to appear before line 610. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    text-shadow: none;
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 2 spaces, but was indented 4 spaces
Open

    color: #222;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Expected item on line 154 to appear before line 153. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

        @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

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

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

        font-size: $font_size_110;
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

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

Nesting should be no greater than 3, but was 4
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 5
Open

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

Properties should be ordered border-bottom, padding, text-decoration
Open

    text-decoration: none;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered background, border-top, clear, padding-bottom, position, text-align
Open

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

0.9 should be written without a leading zero as .9
Open

  background: rgba($search-bg, 0.9);
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

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

Expected item on line 488 to appear before line 485. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

        @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Rule declaration should be followed by an empty line
Open

          }
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

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

Avoid using id selectors
Open

#floating-results-header.floating .static-content {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

#list-view div:last-child {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid vendor prefixes.
Open

  -webkit-backface-visibility: hidden;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

!important should not be used
Open

  display: none !important;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

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

Avoid vendor prefixes.
Open

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

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

    vertical-align: middle;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Rule declaration should be followed by an empty line
Open

}
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

Expected item on line 163 to appear before line 161. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

        @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

        vertical-align: bottom;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Name of variable accentA-dark should be written in all lowercase letters with hyphens instead of underscores
Open

    border: 1px solid $accentA-dark;
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

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

Expected item on line 392 to appear before line 389. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include background( radial-gradient( $primary-lightest 10%, $primary) );
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Expected 0 spaces before ) instead of
Open

    @include background( radial-gradient( $primary-lightest 10%, $primary) );
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

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

Avoid using id selectors
Open

.inside #geolocate-box {
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-right: 1px dotted $greyscale_light;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered text-align, z-index
Open

    z-index: $layer-7;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered padding, text-align
Open

  text-align: right;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

      font-size: $font_size_100;
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 2 spaces, but was indented 4 spaces
Open

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

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

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

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

    border-top: 1px solid #ccc;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    border: 0;
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

Properties should be ordered font-family, height
Open

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

Property color already defined on line 408
Open

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

Properties should be ordered font-weight, margin, padding
Open

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

Expected item on line 448 to appear before line 444. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include box-sizing(border-box);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

    padding: 10px;
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

!important should not be used
Open

          border-left: 6px solid $listitem-search-important-border !important;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered border, margin, vertical-align
Open

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

Rule declaration should be followed by an empty line
Open

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

Properties should be ordered border-left, font-size, margin, margin-left, padding-left
Open

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

Avoid using id selectors
Open

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

Properties should be ordered background, border-left, margin-left, position, vertical-align, z-index
Open

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

Properties should be ordered background, border-bottom, font-family, min-height, position, right, text-align, top, width, z-index
Open

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

Property border-bottom already defined on line 551
Open

  border-bottom: 1px solid midtone($black, .1);
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_midtone should be written in all lowercase letters with hyphens instead of underscores
Open

    border-bottom: 1px solid $greyscale_midtone; // IE fallback
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Commas in function arguments should be followed by one space
Open

    border-bottom: 1px solid rgba($black,.1);
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 display, font-size, font-weight, margin-bottom
Open

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

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

    font-size: $font_size_110;
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-left: 1px dotted $greyscale_light;
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

!important should not be used
Open

  border-bottom: 1px solid $primary-dark !important;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

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

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

  top: 0.4em;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    font-size: $font_size_100;
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-size: $font_size_110;
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

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

Property background already defined on line 322
Open

  background: rgba($search-bg, 0.9);
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

Properties should be ordered background, font-size, margin, margin-bottom, padding, text-align, text-transform, vertical-align
Open

        text-align: left;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

!important should not be used
Open

  border: 1px solid $list-search-important-border !important;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered font-size, margin, max-width
Open

      margin: 80px auto;
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

Use // comments everywhere
Open

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

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

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

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

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

Avoid vendor prefixes.
Open

  -moz-user-select: none;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Expected item on line 148 to appear before line 142. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include box-sizing(border-box);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

        @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

        margin-left: 14px;
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

      a {
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

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

Property border-top already defined on line 280
Open

    border-top: 1px solid rgba($black, .1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered border-top, font-size, margin-top, padding-top
Open

    margin-top: 10px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered background-color, color, cursor, width
Open

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

Avoid using id selectors
Open

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

Avoid using id selectors
Open

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

Avoid using id selectors
Open

.inside #keyword-search-box {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

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

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

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

Avoid using id selectors
Open

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

Properties should be ordered background, border, z-index
Open

  border: 1px solid $list-search-important-border !important;
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-left: 1px dotted $greyscale_light;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered margin-top, padding
Open

    padding: 0;
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

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

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

    font-size: 1em;
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

Properties should be ordered border, border-top, display, height, margin, padding
Open

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

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

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

Properties should be ordered color, font-family, font-size, margin-left, position, top
Open

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

Properties should be ordered background-color, float, vertical-align, width
Open

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

Avoid using id selectors
Open

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

Avoid using id selectors
Open

#search-options {
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

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

Expected item on line 567 to appear before line 558. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include ellipsis();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Expected item on line 574 to appear before line 573. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

      @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Merge rule .results-header.floating with rule on line 543
Open

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

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

    text-shadow: none;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Color literals like #ccc should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    border-top: 1px solid #ccc;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Properties should be ordered -webkit-touch-callout, -khtml-user-select, -moz-user-select, -ms-user-select, -webkit-user-select, user-select
Open

  -webkit-user-select: none;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

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

Properties should be ordered background, border-bottom, font-size, position, width, z-index
Open

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

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

        margin-left: 13px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

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

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

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

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

Properties should be ordered background, border-bottom, border-top, padding, text-align, vertical-align
Open

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

Expected 0 spaces after ( instead of
Open

    @include background( radial-gradient( $primary-lightest 10%, $primary) );
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

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

Expected item on line 179 to appear before line 178. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

        @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

      a:hover {
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

Expected item on line 233 to appear before line 231. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered background, border-bottom, display, padding
Open

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

Properties should be ordered -webkit-appearance, background-color, background-image, background-position, background-repeat, border, -webkit-box-shadow, color, font-size, letter-spacing, margin, margin-top, padding, width
Open

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

Properties should be ordered max-height, overflow, right, top
Open

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

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

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

Properties should be ordered padding-bottom, padding-left, padding-right, padding-top
Open

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

Properties should be ordered color, font-weight
Open

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

        font-color: $greyscale_midtone;
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

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

Avoid using id selectors
Open

#list-view {
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

Properties should be ordered margin-right, max-height, text-align
Open

    text-align: right;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    @include single-box-shadow(0, 0, 5px, 0, midtone($black, 0.4));
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Properties should be ordered background, color, font-weight, margin-left, padding-left, padding-right, vertical-align
Open

        color: $main-header-color;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Expected item on line 1039 to appear before line 1038. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

        @include type-size(baseline);
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

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

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

        .hierarchy-depth-2{ margin-left: 20px; }
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

       margin-top: 40px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered color, font-size
Open

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

Rule declaration should be followed by an empty line
Open

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

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

    width: auto;
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

      li {
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

Expected item on line 362 to appear before line 355. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include border-radius(4px);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered font-size, left, position, top
Open

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

Expected item on line 406 to appear before line 404. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include inline-block();
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

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

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

Properties should be ordered color, font-family, font-size, letter-spacing, margin, padding-bottom, padding-left, padding-right, padding-top
Open

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

Avoid using id selectors
Open

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

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

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

Avoid using id selectors
Open

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

Property border-bottom already defined on line 677
Open

    border-bottom: 1px solid rgba($black,.1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered background-image, background-repeat, height, padding-right, position, top, width
Open

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

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

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

Property border-bottom already defined on line 266
Open

  border-bottom: 1px solid rgba($black, .1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property background already defined on line 724
Open

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

Name of variable accentA-dark should be written in all lowercase letters with hyphens instead of underscores
Open

    background-color: $accentA-dark;
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

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

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

      > ul {
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

Expected item on line 555 to appear before line 544. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include box-sizing(border-box);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

    font-family: $font_serif;
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

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

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

      margin-bottom: 0;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Property border-bottom already defined on line 766
Open

      border-bottom: 1px solid rgba($black, .1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Merge rule h1.name > a:hover::after with rule on line 779
Open

        h1.name > a:hover::after {
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

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

Property color already defined on line 919
Open

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

Avoid qualifying class selectors with an element.
Open

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

Properties should be ordered cursor, font-family
Open

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

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

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

Expected item on line 949 to appear before line 948. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include box-sizing(border-box);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Expected item on line 874 to appear before line 873. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include border-radius(0px 4px 4px 4px);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

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

Selector infoBox should be written in lowercase with hyphens
Open

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

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

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

Properties should be ordered margin-bottom, margin-right, vertical-align
Open

      vertical-align: baseline;
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

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

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

Properties should be ordered margin-left, padding-left
Open

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

Begin pseudo elements with double colons: ::
Open

.clearfix:after {
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

Properties should be ordered list-style-type, margin-bottom, margin-left
Open

    margin-bottom: 0;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property color already defined on line 1061
Open

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

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

Properties should be ordered background, border-bottom, border-left, margin-bottom, -ms-word-break, word-break
Open

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

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

      h1 {
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

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

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

Begin pseudo elements with double colons: ::
Open

.clearfix:before,
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

      a {
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

  input,
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 {
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

!important should not be used
Open

          border-left: 6px solid tint($listitem-search-important-border, 25) !important;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

#results-container.result-map-showing .results-header {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Merge rule #results-container.result-map-showing .results-header with rule on line 534
Open

#results-container.result-map-showing .results-header {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

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

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

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

Commas in function arguments should be followed by one space
Open

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

Avoid using id selectors
Open

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

Commas in function arguments should be followed by one space
Open

      border-top: 1px solid midtone($primary,0.5);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered background, border-bottom, padding
Open

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

Commas in function arguments should be followed by one space
Open

    background: rgba($primary-lightest,.1);
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

Commas in function arguments should be followed by one space
Open

      @include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2), 0 -1px 2px rgba($black,.2));
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

Expected item on line 1105 to appear before line 1096. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

          @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

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

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

Properties should be ordered clear, padding, text-align
Open

    text-align: right;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Commas in function arguments should be followed by one space
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

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

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

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

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

Use // comments everywhere
Open

    content: " "; /* 1 */
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

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

  button {
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

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

Avoid vendor prefixes.
Open

    -webkit-box-shadow: 0 0 0 #ccc, 0 0 #fff inset;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

#geolocate-box {
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-right: 1px dotted $greyscale_light;
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

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

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

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

0.95 should be written without a leading zero as .95
Open

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

Properties should be ordered border-bottom, color, text-decoration
Open

      color: $primary-dark;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property border-bottom already defined on line 905
Open

      border-bottom: 1px solid rgba($black, .4);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Prefer single quoted strings
Open

      content: "×";
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

!important should not be used
Open

  height: 400px !important;
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

    > h1 {
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

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

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

          color: $greyscale_midtone;
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 > 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

Commas in function arguments should be followed by one space
Open

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

Commas in function arguments should be followed by one space
Open

      border-bottom: 1px solid rgba($black,.4);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    clip: rect(0 0 0 0);
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

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

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

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

Avoid qualifying class selectors with an element.
Open

        h1.name > a::after {
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

Avoid using id selectors
Open

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

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

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

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

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

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

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

Property border-bottom already defined on line 1018
Open

      border-bottom: 1px solid rgba($black, .1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Expected item on line 1029 to appear before line 1028. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

      @include type-size(baseline);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

Rule declaration should be followed by an empty line
Open

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

Expected item on line 1238 to appear before line 1233. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

      @include border-radius(5px);
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

Prefer single quoted strings
Open

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

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

      ul {
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

      .results-entry {
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

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

Property color already defined on line 790
Open

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

Properties should be ordered border-right, border-top, color
Open

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

Properties should be ordered color, font-family, font-size, left, position, top
Open

      position: absolute;
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

Avoid using id selectors
Open

#map-size-control:hover {
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

      h2 {
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

Rule declaration should be followed by an empty line
Open

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

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

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

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

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

Merge rule .contact-box .phones with rule on line 1188
Open

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

Expected item on line 1227 to appear before line 1225. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include box-sizing(border-box);
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

Use // comments everywhere
Open

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

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

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

Commas in function arguments should be followed by one space
Open

      border-top: 1px solid rgba($black,.1);
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

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

Properties should be ordered background-color, border, opacity, padding
Open

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

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

      border-bottom: 1px solid $greyscale_midtone;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

#map-canvas.max {
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

Property border-bottom already defined on line 969
Open

    border-bottom: 1px solid midtone($black, .1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

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

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

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

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

Properties should be ordered list-style-type, margin-bottom, margin-left
Open

        margin-bottom: 20px;
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

Properties should be ordered background, color, font-size, margin, margin-top, padding, vertical-align
Open

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

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

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

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

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

Begin pseudo elements with double colons: ::
Open

.clearfix:before,
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

#terminology-box-container,
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

      > a {
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

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

Properties should be ordered display, font-family, font-size, letter-spacing
Open

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

Properties should be ordered color, content, font-family, font-size
Open

          content: " more...";
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered margin-left, padding-left
Open

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

Rule declaration should be followed by an empty line
Open

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

Avoid using id selectors
Open

#map-size-control {
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

Expected item on line 977 to appear before line 976. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

      @include type-size(baseline);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

      color: $greyscale_midtone;
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

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

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

Expected item on line 1083 to appear before line 1080. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

      @include border-radius(0 0 0 10px);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Opening curly brace { should be preceded by one space
Open

        .hierarchy-depth-2{ margin-left: 20px; }
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

Property color already defined on line 1285
Open

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

Property border-bottom already defined on line 1290
Open

      border-bottom: 1px solid rgba($black,.4);
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: hidden;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

Rule declaration should be preceded by an empty line
Open

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

Merge rule h1.name > a::after with rule on line 779
Open

        h1.name > a::after {
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

      a:hover {
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

Property word-break already defined on line 1088
Open

      word-break: break-word;
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 6
Open

        .hierarchy-depth-1{ margin-left: 10px; }
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Merge rule .map #detail-map-canvas with rule on line 1220
Open

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

Avoid using id selectors
Open

  .map #detail-map-canvas {
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

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

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

    margin: -1px;
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 2 spaces, but was indented 4 spaces
Open

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

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered border-bottom, height
Open

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

Selector infoBox should be written in lowercase with hyphens
Open

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

Properties should be ordered border-bottom, color, cursor
Open

      color: $greyscale_midtone; // IE fallback
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

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

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

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

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

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

Opening curly brace { should be preceded by one space
Open

        .hierarchy-depth-3{ margin-left: 30px; }
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

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

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

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

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

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

      h1 {
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

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

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

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

Property background already defined on line 1041
Open

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

Commas in function arguments should be followed by one space
Open

      @include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2), 0 -1px 2px rgba($black,.2));
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

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

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

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

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

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

        .hierarchy-depth-3{ margin-left: 30px; }
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

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

Rule declaration should be followed by an empty line
Open

    }
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

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

Shorthand form for property padding should be written more concisely as 0 20px 20px instead of 0 20px 20px 20px
Open

    padding: 0 20px 20px 20px;
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 2 spaces, but was indented 4 spaces
Open

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

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

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

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

Property border-bottom already defined on line 713
Open

  border-bottom: 1px solid rgba($black, .1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered background, border-top, position
Open

      position: relative;
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

Prefer single quoted strings
Open

          content: " more...";
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        h1.name > a:hover::after {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

0px should be written without units as 0
Open

    @include border-radius(0px 4px 4px 4px);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Avoid using id selectors
Open

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

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

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

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

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

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

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

Commas in function arguments should be followed by one space
Open

      @include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2));
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Commas in function arguments should be followed by one space
Open

      @include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2), 0 -1px 2px rgba($black,.2));
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

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

Property color already defined on line 1132
Open

          color: rgba($main-list-mark-color, .4);
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 .phones {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

    display: none !important;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

!important should not be used
Open

    display: none !important;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

      li {
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-top: 1px solid $greyscale_light; // IE fallback
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property border-top already defined on line 725
Open

      border-top: 1px solid rgba($black,.1);
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

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

        h1.name > a:hover::after {
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

0.5 should be written without a leading zero as .5
Open

      border-top: 1px solid midtone($primary,0.5);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Expected item on line 973 to appear before line 968. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include border-radius(4px 4px 0 0);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered color, font-family, margin, margin-left, margin-right, padding, padding-top
Open

      margin: 0;
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

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

Commas in function arguments should be followed by one space
Open

      @include box-shadow(0 0 1px $white, -1px 0 2px rgba($black,.2), 0 1px 2px rgba($black,.2));
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered border-bottom, color, font-family, font-size, letter-spacing, margin-bottom, margin-top, padding, vertical-align
Open

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

Commas in function arguments should be followed by one space
Open

          border-bottom: 1px solid rgba($black,.1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Opening curly brace { should be preceded by one space
Open

        .hierarchy-depth-1{ margin-left: 10px; }
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered color, font-family, font-size, padding-bottom, padding-top, position, text-align
Open

      text-align: center;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

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

Unknown property font-color
Open

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

Merge rule #list-view with rule on line 648
Open

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

Properties should be ordered border-bottom, display, height, position, width, z-index
Open

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

Property background already defined on line 750
Open

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

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

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

Properties should be ordered color, letter-spacing
Open

        letter-spacing: 1px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered border-bottom, color, font-family, letter-spacing, margin-bottom, margin-top, padding, vertical-align
Open

      color: $greyscale_midtone;
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

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

Rule declaration should be preceded by an empty line
Open

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

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

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

Expected item on line 1164 to appear before line 1162. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

      @include border-radius(5px);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

      margin-top: 10px;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

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

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

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

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

Avoid using id selectors
Open

#terminology-box-container,
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

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

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

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

      font-weight: bold;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property color already defined on line 896
Open

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

Expected item on line 900 to appear before line 896. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

      @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Properties should be ordered border-top, font-size, margin-bottom, margin-top, text-align
Open

      text-align: center;
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Expected item on line 1022 to appear before line 1014. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

      @include inline-block();
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Property border-bottom already defined on line 1101
Open

          border-bottom: 1px solid rgba($black,.1);
Severity: Minor
Found in app/assets/stylesheets/_base.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered font-family, line-height, margin-left, vertical-align
Open

    vertical-align: baseline;
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

There are no issues that match your filters.

Category
Status