There was an error while loading. Please reload this page.
2 parents d373879 + fdf3cc4 commit c909e16Copy full SHA for c909e16
README.md
@@ -17,7 +17,7 @@ module.exports = {
17
18
**input**
19
```css
20
-~colors: "./constants.json";
+~colors: "./constants.js";
21
.foo {
22
color: primary from ~colors;
23
}
@@ -44,7 +44,7 @@ module.exports = {
44
45
46
47
-~borders: "./constants.json";
+~borders: "./constants.js";
48
49
border: weight from ~borders style from ~borders black;
50
@@ -70,7 +70,7 @@ module.exports = {
70
71
72
73
-~queries: "./constants.json";
+~queries: "./constants.js";
74
75
@media (max-width: maxWidth from ~queries) {
76
color: blue;
0 commit comments