Skip to content

Commit

Permalink
docs: Fix broken anchor for Functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhsu authored and nschonni committed Oct 5, 2017
1 parent 4a0f3d0 commit 9e18803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -112,7 +112,7 @@ Starting from v3.0.0:
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_

Expand Down

0 comments on commit 9e18803

Please sign in to comment.