Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style-Attributes #61

Open
MickyFln opened this issue Nov 29, 2018 · 0 comments
Open

Style-Attributes #61

MickyFln opened this issue Nov 29, 2018 · 0 comments

Comments

@MickyFln
Copy link

I have Velocity templates and the background color is set with a variable, so i have the style attribute of my table
<table class="block block--colored" cellpadding="0" cellspacing="20" border="0" style="background-color: ${_bgc};color: ${_fc};">

However, it won't work to add any additional stylings in there. Only if I have set real color-values in there.
Imo it should override styles that are marked !important in the stylesheet. But at least it should add all additional values from the stylesheet like font-size or whatever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant