maxmx / bootstrap-stylus

Port of Bootstrap to Stylus
MIT License
585 stars 113 forks source link

how to import this to sails js ? #87

Closed edades closed 9 years ago

edades commented 9 years ago

Hi, i try to import this to my project in sails js. I don't know where put this code:

var bootstrap = require('bootstrap-styl'), stylus = require('stylus');

function compile(str) { return stylus(str) .use(bootstrap()); }

i have this: captura de pantalla 2015-01-12 a las 17 53 37

thanks.

morenoh149 commented 9 years ago

@edades ask the sailsjs guys. Not here. BTW check out http://keystonejs.com/ for something similar to sails.