broccoli-elm-css

0.2.0 • Public • Published

broccoli-elm-css

Compile your elm-css stylesheets for broccoli.

Installation

yarn add -D brocccoli-elm-css

Usage

// 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

Readme

Keywords

none

Package Sidebar

Install

npm i broccoli-elm-css

Weekly Downloads

0

Version

0.2.0

License

ISC

Last publish

Collaborators

  • dustinfarris