secondstreet / ember-material-components-web

An ember addon providing components from https://github.com/material-components/material-components-web
https://secondstreet.github.io/ember-material-components-web/
MIT License
0 stars 0 forks source link

MDC-Web's Sass imports should be made available to the consuming application. #55

Open Kerrick opened 6 years ago

Kerrick commented 6 years ago
sivakumar-kailasam commented 6 years ago

If the importing project has ember-cli-sass then it would be better to avoid including css files of all modules in the addon tree & instead just import all the modules' sass files in one ember-material-componentts-web.scss file. This file could be inserted into the end of the host app's app.scss file during installation.