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
I believe I saw something similar to this in the source repository for Bourbon, but with gulp-sass-^2.0.4 and node-neat-^1.7.2, any time I use a Bourbon mixin containing ampersands the script seems to do something wonky with ampersand characters.
Basically use the background-image mixin, but you'll just need to provided a fallback colour. @include background-image(linear-gradient(to top, #00ff00, #ff0000));
If anyone else is having this issue, hope that helps!
I believe I saw something similar to this in the source repository for Bourbon, but with gulp-sass-^2.0.4 and node-neat-^1.7.2, any time I use a Bourbon mixin containing ampersands the script seems to do something wonky with ampersand characters.
For example, in my .scss:
is being output as the following in the .css file:
Any advice or insight would be huge.
Sidebar: My Gulp file looks like the following (I disabled auto-prefixer to make sure this wasn't causing the issue with the browser variant outputs):
The text was updated successfully, but these errors were encountered: