Closed edades closed 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:
thanks.
@edades ask the sailsjs guys. Not here. BTW check out http://keystonejs.com/ for something similar to sails.
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:
thanks.