Skip to content

Commit 01bdfb7

Browse files
authored
Merge pull request #170 from computerscienceiscool/patch-1
Update README.md
2 parents 258791e + 0cc8da8 commit 01bdfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ body {
8888
```
8989
9090
## Adding custom CSS
91-
When importing CSS from a third-party package for the first time, you may encounter the error `Module parse failed: Unexpected token... You may need an appropriate loader to handle this file typ...`. You need to register the path to the stylesheet directory in [stylePaths.js](./stylePaths.js). We specify these explicity for performance reasons to avoid webpack needing to crawl through the entire node_modules directory when parsing CSS modules.
91+
When importing CSS from a third-party package for the first time, you may encounter the error `Module parse failed: Unexpected token... You may need an appropriate loader to handle this file typ...`. You need to register the path to the stylesheet directory in [stylePaths.js](./stylePaths.js). We specify these explicitly for performance reasons to avoid webpack needing to crawl through the entire node_modules directory when parsing CSS modules.
9292
9393
## Code quality tools
9494
* For accessibility compliance, we use [react-axe](https://github.com/dequelabs/react-axe)

0 commit comments

Comments
 (0)