Commit 87af978
add ~ to CSS import
Without the tilde, webpack will not know to look in `node_modules`, and instead will look for a file relative to the Sass file.
`@import "~sanitize.css/sanitize.css";` works as well1 parent d479d89 commit 87af978
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments