Enables support for nib, the one and only stylus framework which provides various mixins and functions for your CSS.
Step 1. install using npm:
npm install co-assets-compiler co-nib --save
Step 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);
};