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

View on GitHub
documentation/styles/vagrant.css

Summary

Maintainability
Test Coverage

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

    background: rgba(0,148,191,0.1);
Severity: Minor
Found in documentation/styles/vagrant.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/vagrant.css by csslint

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

    border-bottom: 1px solid rgba(255,255,255,0.4);
Severity: Minor
Found in documentation/styles/vagrant.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/vagrant.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/vagrant.css by csslint

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

code {
Severity: Minor
Found in documentation/styles/vagrant.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/vagrant.css by csslint

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

.menu ul.list li.title a, .navbar a {
Severity: Minor
Found in documentation/styles/vagrant.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/vagrant.css by csslint

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

pre {
Severity: Minor
Found in documentation/styles/vagrant.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/vagrant.css by csslint

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

.menu ul.list li a {
Severity: Minor
Found in documentation/styles/vagrant.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/vagrant.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/vagrant.css by csslint

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

.copyright {
Severity: Minor
Found in documentation/styles/vagrant.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/vagrant.css by csslint

There are no issues that match your filters.

Category
Status