Skip to content

Commit fd36d32

Browse files
committed
Link to more stable alternative
1 parent f6662f9 commit fd36d32

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,10 @@ $ node-sass index.scss --importer node_modules/@node-sass/json-importer/index.js
9090
Sass has many types. `Number` which represent CSS numbers values with optional unit like `16px`. `Color` which represents CSS colour values like `red`, or `#f00`. These are structurally different from `String` like `"hello"`, `"16px"`, `"red"`, or `"#f00`.
9191

9292
To reduce complexity the values produced by this importer are always `String`. As a result you may need to `unquote()` the values to cast them into their intended types if for example you wanted to do math on them.
93+
94+
## Alternatives
95+
96+
- [node-sass-json-importer][]
97+
98+
99+
[node-sass-json-importer]: https://github.com/Updater/node-sass-json-importer/pull/70/files

0 commit comments

Comments
 (0)