Skip to content

Maqentaer/react-styling-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-styling loader module for webpack

Usage

var styles = require('react-styling!file.css');

Usage with other style loaders.

var styles = require('react-styling!less!file.less');

or

var styles = require('react-styling!sass!file.sass');

or

var styles = require('react-styling!stylus!file.styl');

for using with css-loader

var styles = require('react-styling/css!css!file.css');

for parsing in runtime or working with not executable pitching loaders

var styles = require('react-styling/load!raw!file.css');

Install

npm install react-styling-loader

Contributors

  • Maqentaer

License

MIT

About

react-styling loader module for webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published