Package Exports
- docpad-plugin-axis
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 (docpad-plugin-axis) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-axis
Configure
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