co-nib
v0.0.1-5
Published
nib support for CompoundJS's AssetsCompiler
Readme
nib for CompoundJS
Enables support for nib, the one and only stylus framework which provides various mixins and functions for your CSS.
Installation
Step 1. install using npm:
npm install co-assets-compiler co-nib --saveStep 2. add co-assets-compiler and co-nib to config/autoload.js, for example:
module.exports = function (compound) {
return [
'ejs-ext',
'jugglingdb',
'seedjs',
'co-assets-compiler',
'co-nib'
].map(require);
};