Closed heyrichardshi closed 5 years ago
It doesn't seem like sass-autocompile
is eyeglass aware, so this would be expected. At a minimum that project would need to expose a way to provide a file path to javascript module that exports a function that receives options and returns new options that can be passed through to node sass. this function would need to be invoked for each compile.
Package This issue is related to the following monorepo package(s):
Description A clear and concise description of the issue.
@import
ing Bourbon and Neat (both eyeglass-aware modules) fails in simple setup.To Reproduce Steps to reproduce the behavior:
npm i node-sass eyeglass bourbon --save-dev
@import "bourbon"
File to import not found or unreadable: bourbon.
Expected behavior Successful
@import
Screenshots/Code Examples/Terminal Commands My
package.json
:Environment: