0.0.8 • Published 6 years ago

ch-subschema-stylus-plugin v0.0.8

Weekly downloads
3
License
SEE LICENSE IN LI...
Repository
-
Last release
6 years ago

ContentHub Stylus Plugin

A little project to contain stylus configuration for beehive stylus + subschema-dev-support app. Just adds the setup.

Modern version of subschema will load packages in the SUBCHEMA_INCLUDE env.

Installation

 $ npm install ch-subschema-stylus-plugin
``
## Usage
Add ch-subschema-stylus-plugin to your package.json

```bash
 npm install -d ch-subschema-stylus-plugin

Add a peer dependencies (if its a module)

In your subschema-webpack.conifg.js One day it will correctly auto load this, but until then, you can try...

 module.exports = require('ch-subschema-stylus-plugin');