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
- Host: GitHub
- URL: https://github.com/dustinfarris/broccoli-elm-css
- Owner: dustinfarris
- Created: 2017-05-18T19:29:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T12:58:02.000Z (almost 8 years ago)
- Last Synced: 2024-10-03T12:27:04.991Z (8 months ago)
- Topics: broccoli-plugin, elm-css
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.jsconst 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