crowbar/crowbar-core

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

Summary

Maintainability
Test Coverage

Properties should be ordered background, display, height, text-indent, width
Open

      display: block;

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

      color: #00c081;

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

    h2 {

Prefer single quoted strings
Open

      background: transparent image-url("logo.png") no-repeat;

There are no issues that match your filters.

Category
Status