While processing files with fourseven:scss (for target web.browser):
/client/stylesheets/Application.scss: Scss compiler error: File to import: @material/animation/mdc-animation not found in
file: {}/node_modules/material-components-web/material-components-web.scss
I guess this is due to the structure of mdc. The material-components-web.scss file imports all the single components, that are located in node_modules/@material.
I am using fourseven:scss to compile sass in my meteor application. Does anyone have any ideas or suggestions how to solve this problem?
Since Jan 2017, there’s been an Atmosphere package to use MDC with Meteor, zodiase:mdc. I found it a bit cryptic to use - there’s no componentization from what I can tell, but perhaps @zodiase can correct me.