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
Hey I didn't know where to ask this because there wasn't a group or anything but I'm trying to get my project set up with bootstrap-stylus and I'm using grunt-contrib-stylus. What is the best way to import bootstrap before all of the other stylus using the grunt "import" option?
Hey I didn't know where to ask this because there wasn't a group or anything but I'm trying to get my project set up with bootstrap-stylus and I'm using grunt-contrib-stylus. What is the best way to import bootstrap before all of the other stylus using the grunt "import" option?
I was hoping to do something like this
grunt.initConfig
stylus:
options:
import: ['bootstrap', 'nib']
compile:
files:
'build/style.css' : 'app/assets/styles/*/.styl'
but that breaks because it can't find bootstrap.
p.s. Sorry I'm asking this here...
The text was updated successfully, but these errors were encountered: