Slicejack / bojler

Bojler is an email framework
https://bojler.slicejack.com
MIT License
1.03k stars 59 forks source link

Gmail isnt responsive due to escaped @ #115

Closed Bizarro181 closed 6 years ago

Bizarro181 commented 6 years ago

I believe in an attempt to sanitize CSS, gmail is stripping the style block that contains all the media queries due to not liking the /@sm classes. I was getting no responsive styles in the gmail app and web client until I renamed these classes to -sm

alenvuletic commented 6 years ago

Hi @Bizarro181, thanks for reporting this!

I've created new PR (#117), we'll merge it to master and release it for v4.1.0.

Old @ markup will be available till v5 to make everything backward compatible.

We replaced @ with :.

alenvuletic commented 6 years ago

@Bizarro181, we just released v4.1.0 with this issue fixed. — https://github.com/Slicejack/bojler/releases/tag/v4.1.0

Thanks once again!