rusty1s/react-dev-config

View on GitHub
demo/src/globals/base.css

Summary

Maintainability
Test Coverage

The universal selector (*) is known to be slow.
Open

*,
Severity: Minor
Found in demo/src/globals/base.css by csslint

@import prevents parallel downloads, use <link> instead.
Open

@import './theme';
Severity: Minor
Found in demo/src/globals/base.css by csslint

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

*,
Severity: Minor
Found in demo/src/globals/base.css by csslint

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

body {
Severity: Minor
Found in demo/src/globals/base.css by csslint

There are no issues that match your filters.

Category
Status