This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Commit fb4c2a8
authored
fix(angular): replace css imports with CDN <link>s (#537)
* fix(angular): replace css imports with CDN <link>s
Using CSS from node_modules is causing problems with CodeSandbox
cf. codesandbox/codesandbox-client#6235
* update e2e test snapshots
* remove unecessary reset.css1 parent 349b38d commit fb4c2a8
File tree
3 files changed
+2
-2
lines changed- e2e/__snapshots__
- src/templates/Angular InstantSearch
- src
3 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| |||
442 | 441 | | |
443 | 442 | | |
444 | 443 | | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments