An open API service indexing awesome lists of open source software.

https://github.com/dustinfarris/broccoli-elm-css

Use elm-css in your broccoli pipeline
https://github.com/dustinfarris/broccoli-elm-css

broccoli-plugin elm-css

Last synced: 2 months ago
JSON representation

Use elm-css in your broccoli pipeline

Awesome Lists containing this project

README

        

# broccoli-elm-css

Compile your elm-css stylesheets for broccoli.

## Installation

```
yarn add -D brocccoli-elm-css
```

## Usage

```js
// Brocfile.js

const ElmCss = require('broccoli-elm-css');

const cssTree = new ElmCss();
```

The plugin will look for elm/Stylesheets.elm and run that through elm-css. Future versions will make this configurable.

## LICENSE

MIT