css - How to customize Bootstrap Stylus variables using my own .styl file out of the bootstrap stylus folder? -
i'm trying customize remove border radius of bootstrap stylus. i'm importing stylus main file called index.styl own style.styl, then, i'm importing custom-variables.styl same of variables.styl used bootstrap stylus, when use grunt-contrib-stylus never use custom variables values.
i trying import variables after style.styl file , didn't work. now, it's solved, i'm importing variables before style.styl.
Comments
Post a Comment