Hi,
I have been unable to get libsass to call custom c funcs with the correct argument order specified by the sass signature when the sass code has the arguments in a different order.
Ie signature:
sprite-map($glob, $spacing: 0px)
Sass Code:$aritymap: sprite-map($spacing: 0px, $glob: "*.png");
Expected returned Union Sass Value:
[$glob, $spacing]
Actual returned Union Sass Value:
[$spacing, $glob]
Anything I am doing wrong on my side or is this a bug?
Thanks!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4