Package Exports
- steal-less
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 (steal-less) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
steal-less
This is a plugin for StealJS that makes it easy to work with less files.
Install
Install this as another npm dependency:
npm install steal-less --save-devUse
To use, add steal-less as a plugin in your "steal" options in package.json like so:
...
"steal": {
"plugins": [
"steal-less"
]
}License
MIT