interactive-apps/ngx-dhis2-validation-rule-filter

View on GitHub
documentation/styles/laravel.css

Summary

Maintainability
Test Coverage

Fallback border-bottom (hex or RGB) should precede RGBA border-bottom.
Open

    border-bottom: 1px dashed rgba(0,0,0,.1);
Severity: Minor
Found in documentation/styles/laravel.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Fallback background (hex or RGB) should precede RGBA background.
Open

    background: rgba(238,238,238,.35);
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Element (li.chapter) is overqualified, just use .chapter without element name.
Open

.menu ul.list li a[data-type="chapter-link"], .menu ul.list li.chapter .simple {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Element (a.active) is overqualified, just use .active without element name.
Open

.menu ul.list li a.active {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Element (li.title) is overqualified, just use .title without element name.
Open

.menu ul.list li.title a {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

code {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Heading (h1) should not be qualified.
Open

.content h1, .content h2, .content h3, .content h4, .content h5 {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Heading (h2) should not be qualified.
Open

.content h1, .content h2, .content h3, .content h4, .content h5 {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Heading (h3) should not be qualified.
Open

.content h1, .content h2, .content h3, .content h4, .content h5 {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.navbar-default .navbar-brand {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.menu ul.list li.title a {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Heading (h4) should not be qualified.
Open

.content h1, .content h2, .content h3, .content h4, .content h5 {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Heading (h5) should not be qualified.
Open

.content h1, .content h2, .content h3, .content h4, .content h5 {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.menu ul.list li a[data-type="chapter-link"], .menu ul.list li.chapter .simple {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

pre {
Severity: Minor
Found in documentation/styles/laravel.css by csslint

There are no issues that match your filters.

Category
Status