Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 390 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 390 Bytes

unistyle-loader

A Webpack Loader for Unistyle

Usage

Using loaders Unistyle

Example loader config:

{ 
	test: /\.css.js$/,
	loader: 'style-loader!css-loader!unistyle-loader!babel-loader'
}

Or inline:

require("style!css!unistyle!babel!./file.css.js")