A Webpack loader to avoid those pesky toString calls for things like CSS.
npm install stringify-loaderA Webpack loader to avoid those pesky toString calls for things like CSS. Available via [NPM][1].
## Usage
``js``
let output = require("stringify!css!postcss!./styles.css");
// Returns the CSS as a string
## License
MIT
## Contributing
Feel free to open a [pull request][2], or file an [issue][3] on Github. I always welcome contributions as long as they're for the benefit of all (potential) users of this package.
If you're unsure about anything, feel free to ask about it in an issue before you get your heart set on fixing it yourself.
[1]: https://www.npmjs.org/package/stringify-loader
[2]: https://github.com/SeerUK/stringify-loader/pulls
[3]: https://github.com/SeerUK/stringify-loader/issues