Maqentaer / react-styling-loader

react-styling loader module for webpack

Home Page:https://www.npmjs.com/package/react-styling-loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.npmjs.com/package/react-styling-loader

License:MIT License


Languages

Language:JavaScript 100.0%