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
When I use the bootstrap-sass v3.3.6, the output css still contains @at-root directive.
From some research, I found it's a dependency issue of the node-sass because the bootstrap-sass Bower package requires node-sass 3.2.0+.
Any plans for upgrading node-sass?
The text was updated successfully, but these errors were encountered:
FWIW you can provide your own version of node-sass using broccoli-sass-source-maps, which is a parallel fork of this project with some extra features. It's what's used in ember-cli-sass.
When I use the bootstrap-sass v3.3.6, the output css still contains
@at-root
directive.From some research, I found it's a dependency issue of the node-sass because the bootstrap-sass Bower package requires
node-sass 3.2.0+
.Any plans for upgrading
node-sass
?The text was updated successfully, but these errors were encountered: