This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Commit c5e4552
committed
fix: add import of
After changing `css-loader` with `css2json-loader`, we have an issue that module imports of local css files doesn't work anymore - #1098. As it turns out that we don't have applications that test this scenario, we decided to add such an import in demo JavaScript application..css file into another .css file1 parent b721acb commit c5e4552
File tree
3 files changed
+2
-0
lines changed- demo/JavaScriptApp/app
3 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments