Compile your elm-css stylesheets for broccoli.
yarn add -D brocccoli-elm-css
// 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.
MIT