co-nib

0.0.1-5 • Public • Published

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 --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);
};

Readme

Keywords

none

Package Sidebar

Install

npm i co-nib

Weekly Downloads

0

Version

0.0.1-5

License

MIT

Last publish

Collaborators

  • saschagehlich