mongodb-js / hadron-style-manager

Style Manager Wrapper for Less Cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Style Manager Wrapper for Less Cache

License:Apache License 2.0


Languages

Language:JavaScript 97.6%Language:CSS 2.4%