1.0.0 • Published 8 years ago

stringify-loader v1.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
8 years ago

Stringify Loader

A Webpack loader to avoid those pesky toString calls for things like CSS. Available via NPM.

## Usage

let output = require("stringify!css!postcss!./styles.css");
// Returns the CSS as a string

## License

MIT

## Contributing

Feel free to open a pull request, or file an issue 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.