JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q22554F
  • License MIT

nib support for CompoundJS's AssetsCompiler

Package Exports

  • co-nib

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (co-nib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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