You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my main sass file I have @import "styleguide/css/vendor/selectize/selectize.bootstrap3"
and I get following output:
Error: Could not import `styleguide/vendor/selectize/selectize.bootstrap3` from any of the following locations:
C:\dev\myApp\client\sass\styleguide\vendor\selectize\selectize.bootstrap3
If I comment out this import or rename it to use dashes it works fine (but this is impractical since it's vendor file).
The text was updated successfully, but these errors were encountered:
I see exactly what is causing this in the code. Unfortunately, I can't do a PR right now because all the tests are failing due to node-sass 3.4.1 right now.
eppsilon
added a commit
to eppsilon/node-sass-import-once
that referenced
this issue
Nov 19, 2015
In my main sass file I have
@import "styleguide/css/vendor/selectize/selectize.bootstrap3"
and I get following output:
If I comment out this import or rename it to use dashes it works fine (but this is impractical since it's vendor file).
The text was updated successfully, but these errors were encountered: