Closed mil closed 9 years ago
It'd be nice if we could import json files to be converted to sass-maps..
json
e.g: @include'ing mymap.json:
mymap.json
{ "one": "a", "two": "b" }
Would be imported to be refered in sass as if it were defined like:
$mymap: ( 'one': 'a', 'two': 'b' );
It'd be nice if we could import
json
files to be converted to sass-maps..e.g: @include'ing
mymap.json
:Would be imported to be refered in sass as if it were defined like: