codeforamerica/ohana-web-search

View on GitHub
app/assets/stylesheets/components/_organization_detail.scss

Summary

Maintainability
Test Coverage

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

          font-size: 24px;

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

  font-family: $font_san_serif;

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

      margin-bottom: 0;

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

      > hgroup {

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

      > hgroup {

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

      > section {

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

    font-size: $font_size_95;

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

      li {

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

          font-family: $font_serif;

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

      > section {

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

      h1 {

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

@include site-link('.organization-detail', $greyscale_lightest);

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

      li {

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

  border-left: 20px solid $complementA;

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

        .name {

Properties should be ordered background, display, padding, padding-top
Open

    display: table-cell;

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

        font-family: $font_serif;

Rule declaration should be preceded by an empty line
Open

      h1 {

Properties should be ordered background, border-left, display, font-family
Open

  display: table;

Properties should be ordered display, font-family, font-size, min-width, padding, vertical-align
Open

    min-width: 110px;

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

    font-family: $font_san_serif;

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

      h1 {

Rule declaration should be preceded by an empty line
Open

      > hgroup {

Rule declaration should be preceded by an empty line
Open

      li {

There are no issues that match your filters.

Category
Status