style loader for webpack with SSR support
 
 
Go to file
Tobias Koppers 9edbf18d2e removed useless stuff 2012-04-07 03:38:34 +02:00
README.md Initial commit 2012-04-07 03:06:57 +02:00
addStyle.js Initial commit 2012-04-07 03:06:57 +02:00
addStyle.web.js Initial commit 2012-04-07 03:06:57 +02:00
index.js faster in node.js environment 2012-04-07 03:15:47 +02:00
package.json removed useless stuff 2012-04-07 03:38:34 +02:00

README.md

style loader for webpack

Usage

require("style!./file.css");
// => add rules in file.css to document

Does nothing in node.js.

License

MIT (http://www.opensource.org/licenses/mit-license.php)