Commit 57ee457
committed
fix: Fix SASS at-use import paths from node_modules.
When using Patternslib in another project the relative node_module at-use rule imports might fail.
This is now fixed as follows:
- For the css Makefile compile target, define node_modules as load-path.
- For the webpack compiler, the node_modules directory is already defined as load-path.
- Change the at-use import in scss files for the defined node_modules import path.1 parent 0afe106 commit 57ee457
File tree
4 files changed
+4
-5
lines changed- src/pat
- colour-picker
- date-picker
- tooltip
4 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments