0.0.1-5 • Published 11 years ago

co-nib v0.0.1-5

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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

11 years ago

0.0.1-4

11 years ago

0.0.1-3

11 years ago

0.0.1-2

11 years ago

0.0.1-1

11 years ago

0.0.1

11 years ago