0.2.0 • Published 7 years ago

isostyle v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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).

An example application using isostyle is Instagram.

Installation

$ npm install isostyle

Usage

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

Compile with browserify using -t isostyle:

$ browserify -t isostyle main.js > bundle.js
0.2.0

7 years ago

0.1.5

8 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago