-
Notifications
You must be signed in to change notification settings - Fork 95
Description
I don't see any way to tap into the Sass options that are passed to node-sass. Without this, many sass extensions that have javascript functions, custom importers, will not work.
A simple, out of the box solution to this will be to integrate eyeglass into harp, then any sass extension can added to the project with a simple npm install -- eyeglass will discover the extensions and hook them into node-sass automatically (Here's a list of eyeglass compatible sass extensions that already exist)
Are you open to accepting a pull request that add eyeglass as a dependency so that sass modules can be added to projects?
If not, are you open to a pull request to terraform that makes it easier to customize the Sass options (that's all eyeglass needs in order to work)?