crowbar/crowbar-core

View on GitHub
crowbar_framework/app/assets/stylesheets/content/content.scss

Summary

Maintainability
Test Coverage

Properties should be ordered margin, padding
Open

      padding: 5px 0;

Properties should be ordered border-bottom, padding
Open

    padding: 5px 15px;

Properties should be ordered border, margin-top
Open

  margin-top: 0;

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

      .btn-group {

Color #eeeeee should be written as #eee
Open

    border-bottom: 1px solid #eeeeee;

border: 0 is preferred over border: none
Open

  border: none;

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

    background-color: #f5f5f5;

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

      a {

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

        background-color: #f5f5f5;

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

    border-bottom: 1px solid #eeeeee;

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

        a {

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

      a {

Avoid qualifying class selectors with an element.
Open

h3,

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

        color: #b4b4b4;

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

      &.active {

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

  .action > li > span {

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

      background-color: lighten(#f5f5f5, 50%);

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

          color: #fff;

Rule declaration should be followed by an empty line
Open

}

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

      .btn-group {

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

          background-color: #08c;

There are no issues that match your filters.

Category
Status