Commit 9e18803a by AJ Hsu Committed by Nick Schonning

docs: Fix broken anchor for Functions

parent 4a0f3d02
...@@ -112,7 +112,7 @@ Starting from v3.0.0: ...@@ -112,7 +112,7 @@ Starting from v3.0.0:
return new Error('nothing to do here'); return new Error('nothing to do here');
``` ```
* importer can be an array of functions, which will be called by LibSass in the order of their occurrence in array. This helps user specify special importer for particular kind of path (filesystem, http). If an importer does not want to handle a particular path, it should return `null`. See [functions section](#functions--v300) for more details on Sass types. * importer can be an array of functions, which will be called by LibSass in the order of their occurrence in array. This helps user specify special importer for particular kind of path (filesystem, http). If an importer does not want to handle a particular path, it should return `null`. See [functions section](#functions--v300---experimental) for more details on Sass types.
### functions (>= v3.0.0) - _experimental_ ### functions (>= v3.0.0) - _experimental_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment