digiaonline/react-boilerplate

View on GitHub

Showing 18 of 18 total issues

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

@import url(https://fonts.googleapis.com/css?family=Vollkorn);
Severity: Minor
Found in src/styles/typography.css by csslint

Expected RBRACE at line 4, col 3.
Open

  --font-serif: 'Vollkorn', serif;
Severity: Minor
Found in src/styles/typography.css by csslint

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

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

Don't use IDs in selectors.
Open

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

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 RBRACE at line 2, col 3.
Open

  --black: #000;
Severity: Minor
Found in src/styles/colors.css by csslint

Expected RBRACE at line 4, col 3.
Open

  --silver: #f4f4f4;
Severity: Minor
Found in src/styles/colors.css by csslint

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

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

Rule is empty.
Open

:root {
Severity: Minor
Found in src/styles/typography.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

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 is empty.
Open

:root {
Severity: Minor
Found in src/styles/colors.css by csslint

Expected RBRACE at line 3, col 3.
Open

  --white: #fff;
Severity: Minor
Found in src/styles/colors.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 '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/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

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

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