Hello,
I think that I have found a bug in your module.
I have this css code:
.button {color: #333 !important}
But it is compiled into:
<div style="color: #333"></div>
The !important is missing in the compiled document. This can cause a problem in email-clients which use to make hyperlinks underlined by using !important.