docpad-plugin-axis v2.0.1
Stylus Plugin for DocPad
Adds support for the Stylus CSS pre-processor to DocPad with the Axis CSS framework
Convention: .css.styl|stylus
Install
npm install --save docpad-plugin-axisConfigure
Use Axis CSS
Axis is a terse, feature-rich css library built on top of stylus. By default Axis support is enabled, but it can be disabled by setting the useAxis option to false.
This allows you to include the entire library by using:
@import 'axis'Compress
By default we compress the output for all environments except the development environment. Set the compress option to either true or false to change this.
History
You can discover the history inside the History.md file
License
The original Docpad Stylus plugin that this plugin is forked from is licensed under the incredibly permissive MIT License, and so this plugin is as well. Copyright © 2012 Bevry Pty Ltd Copyright © 2011 Benjamin Lupton
12 years ago