Skip to content

jhnns/style-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

style loader for webpack

Usage

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

It's recommended to combine it with the css loader: require("style!css!./file.css").

It also possible to add a URL instead of a css string:

require("style/url!file!./file.css");
// => add a <link rel="stlyesheet"> to file.css to document

License

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

About

style loader module for webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published