ch-subschema-stylus-plugin
v0.0.8
Published
Stylus plugin for subschema-dev-support projects
Downloads
30
Maintainers
Readme
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
```sh
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');