Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 714 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 714 Bytes

hadron-style-manager

Hadron Style Manager is a wrapper for the less cache.

Installation

npm install --save hadron-style-manager

Usage

const StyleManager = require('hadron-style-manager');

const manager = new StyleManager(cachePath, resourcePath);
manager.use(document, 'index.less');

License

Apache 2.0