All Projects → iiegor → isostyle

iiegor / isostyle

Licence: other
Browserify transform for bundling CSS and LESS files.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

isostyle Build Status

Browserify transform that allows you to require CSS and LESS files. When you require a StyleSheet, isostyle will automatically append it to the head of the document with a unique identifier (data-isostyle-id).

Installation

$ npm i --save isostyle

Usage

require('stylesheet.less');
require('stylesheet.css');

Compile with browserify using -t isostyle:

$ browserify -t isostyle main.js > bundle.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].