zurb Foundation Change Build Order

35 views Asked by At

I'm using Zurb Foundation for Emails and noticing when I run Foundation watch, the inline style for Margin loads before margin. I'd like to reverse that.

I have tried to change the order of classes in my sass file, but I have not discovered a way to easily manipulate the load order to solve a bug issue in the way Outlook for Android handles html email.

Id like to have the end result be something like this:

<table style="margin: 0; Margin: 10px;">

Is there some documentation on this ?

0

There are 0 answers