digiaonline/react-boilerplate

View on GitHub
src/hello/components/Hello.css

Summary

Maintainability
Test Coverage

Expected (<font-size>) but found 'rem(36px)'.</font-size>
Open

  font-size: rem(36px);
Severity: Minor
Found in src/hello/components/Hello.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/hello/components/Hello.css by csslint

Expected (<color>) but found 'var(--silver)'.</color>
Open

  background-color: var(--silver);
Severity: Minor
Found in src/hello/components/Hello.css by csslint

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

@import '../../styles/colors.css';
Severity: Minor
Found in src/hello/components/Hello.css by csslint

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

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

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

.component {
Severity: Minor
Found in src/hello/components/Hello.css by csslint

There are no issues that match your filters.

Category
Status