pebble-dev/rebble-store

Better way of including SASS variables. Now they need to be included in all components using @import './static/css/_variables.scss';

mvaneijgen opened this issue · 2 comments

I had a lot of trouble getting the SASS variables in the site. The only way I found is adding @import './static/css/_variables.scss'; at the top of the <style> tag in each compontent. There must be a better way, but may Google-fu wasn't their today.

I too was looking for something like this recently, and was basically told that I'm screwed :-(

I'll do some more googling and see if I can either find that post, or something useful

Found it! Lots of good discussion there.