Skip to content

compoundjs/nib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published