oddbird / accoutrement

Combined Sass Accoutrement tools, with option for individual module imports
MIT License
37 stars 6 forks source link

Updated parser to use inspect() instead of quote() #37

Closed james-camilleri closed 5 years ago

james-camilleri commented 5 years ago

This corrects an issue being thrown by the dart implementation of the sass compiler, as described in issue #36.

mirisuzanne commented 5 years ago

@jcamilleri13 That looks great, thanks!

@jgerigmeyer can you take a look at that failing compile? I don't think it's directly related to this change.