Zodiase / meteor-mdc

Material Components for Meteor
https://atmospherejs.com/zodiase/mdc
2 stars 0 forks source link

[SASS@0.0.0_3] Scss compiler error: Undefined variable #1

Open Zodiase opened 7 years ago

Zodiase commented 7 years ago

To reproduce it, simply @import '{zodiase:mdc-sass}/bundle';. Then you'll see an error:

=> Errors prevented startup:                  

   While building for web.browser:
   /imports/startup/client/main.scss: Scss compiler error: Undefined variable: "$mdc-ripple-easing-fn".

All the SASS files are from the official MDC repo. I don't suspect any error from that source. But I tried to trace all the imports to see if there are any dependency issues, but so far none has been found. So I came to the conclusion that somehow fourseven:scss is not processing all the dependencies properly.

Zodiase commented 7 years ago

Another reproduction:

@import "{zodiase:mdc-sass}/card/mdc-card";

yields error:

=> Errors prevented startup:                  

   While building for web.browser:
   /imports/startup/client/main.scss: Scss compiler error: Undefined variable: "$mdc-typography-styles".
jimmynarula commented 6 years ago

Hey Zodiase,

Any solution for this?

Zodiase commented 6 years ago

@jimmynarula nope. Still reproducible in the latest version of fourseven:scss. And the package author is not responding to the issue fourseven/meteor-scss#239. Unless there is another SASS package...

jimmynarula commented 6 years ago

@Zodiase thanks, dude. I will use compiled CSS for now.