# myth loader for webpack

## Installation

`npm install myth-webpack-loader`

## Usage

``` javascript
var fileContent = require("myth-webpack!./file.css");
// => returns file.css content as string
```

[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)

## License

MIT (http://www.opensource.org/licenses/mit-license.php)
