digiaonline/react-boilerplate

View on GitHub
src/index.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

:global #root {
Severity: Minor
Found in src/index.css by csslint

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

@import './styles/typography.css';
Severity: Minor
Found in src/index.css by csslint

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

@import 'normalize.css/normalize.css';
Severity: Minor
Found in src/index.css by csslint

Expected ([ <generic-family> | <family-name> ]#) but found 'var(--font-serif)'.</family-name></generic-family>
Open

  font-family: var(--font-serif);
Severity: Minor
Found in src/index.css by csslint

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

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

There are no issues that match your filters.

Category
Status