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

Style Manager Wrapper for Less Cache

License

Notifications You must be signed in to change notification settings

mongodb-js/hadron-style-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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