jtassin/react-responsive-table

View on GitHub
examples/src/stylesheet.css

Summary

Maintainability
Test Coverage

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

    border-color: rgba(255, 255, 255, 0.3); }
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

    background-color: rgba(255, 255, 255, 0.2);
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

    border-color: rgba(255, 255, 255, 0.2);
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

    background-color: rgba(255, 255, 255, 0.08);
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

    color: rgba(255, 255, 255, 0.7);
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

    color: rgba(255, 255, 255, 0.8);
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.main-content dl dt {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

Heading (h3) should not be qualified.
Open

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

Heading (h5) should not be qualified.
Open

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.main-content blockquote {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

    .main-content {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.project-tagline {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.main-content table th, .main-content table td {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

    .main-content {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.main-content dl dd {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

body {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.col-8 {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

Heading (h1) should not be qualified.
Open

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.site-footer {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.page-header {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.row {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.btn:hover {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

Heading (h2) should not be qualified.
Open

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

Heading (h4) should not be qualified.
Open

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

Heading (h6) should not be qualified.
Open

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

    .main-content {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.btn {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.main-content table {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.main-content hr {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.project-name {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

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

.col-4 {
Severity: Minor
Found in examples/src/stylesheet.css by csslint

There are no issues that match your filters.

Category
Status