Slicejack / bojler

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

Gmail isn't responsive #130

Closed laurensf closed 5 years ago

laurensf commented 5 years ago

The template in Gmail isn't responsive. If I remove every styling which contains \:sm and \@sm it seems to work again.

dcpedit commented 5 years ago

It looks like gmail is also ignoring classnames with the ":" character now. Modifying _utilities.scss to use class names like px-1-sm seems to work ok.

alenvuletic commented 5 years ago

Hi @laurensf, you're talking about web-browser version of Gmail or an smartphone application?

Thanks for your report!

dcpedit commented 5 years ago

@alenvuletic , I was able to see this issue as well. I'm using the Gmail app for Android.

laurensf commented 5 years ago

Hi @alenvuletic. I had this problem with the IOS Gmail app and also with the mobile web-browser version of Gmail

alenvuletic commented 5 years ago

Hi @laurensf and @dcpedit, I've added new responsive utility classes for you with "-" character (https://github.com/Slicejack/bojler/commit/bf5aaf07a52a8dacabffeef26b198eb5f7ee151f). Updates are released with v4.1.4.

Thanks for your contribution!