0.0.1 • Published 9 years ago

react-styling-loader v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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