thampe / ZurbInkBundle

Creating email templates is hard. This Symfony Bundle provides help.
MIT License
56 stars 37 forks source link

ZurbInkBundle + SCSS #22

Open aggiustino opened 7 years ago

aggiustino commented 7 years ago

Any suggestions on how to customise foundation.css with custom color variables? I was trying to use and extend the original SCSS to generate the style on the fly (maybe with ascetic) but seems to be a little tricky since they are not included in your repo. Thanks! ;-)

GenieTim commented 7 years ago

The following worked for me: (not very nice way, but it works)

The standard path of zurb_ink_styles.add is %kernel.root_dir%/app/Resources, that is where you have to get the escape ("../..") first before being able to change to the compile-to directory.