An open API service indexing awesome lists of open source software.

https://github.com/alexstack/bootstrap-email-css

Bootstrap4/4.3 email inline css version 59KB, can be use for HTML email template
https://github.com/alexstack/bootstrap-email-css

Last synced: 10 months ago
JSON representation

Bootstrap4/4.3 email inline css version 59KB, can be use for HTML email template

Awesome Lists containing this project

README

          

# Why need bootstrap email css?
- The original bootstrap.min.css is a little too big for inline email css
- This short version of bootstrap email css is less than 60KB

# How to use it in email template?
```html


Bootstrap email css template example

[COPY THE MINIFIED CSS CODE (eg. from bootstrap4-email-css.min.css) INSERT IT HERE. YOU *CANNOT* JUST USE A CSS REFERENCE.]





{!! $email-content !!}




```

# What can we use with this email version?
- Most of the features are available, expect below:
- Components of form, input, table, modal, dropdown, nav, navbar, carousel, tooltips ...(See bootstrap4-source/scss/bootstrap4-email-css.scss for details)
- Grid breakpoints only kept xs and md, md can be use for the breakpoints of mobile version and desktop version. which means only col-*, col-md-* are available. (See bootstrap4-source/scss/_variables-email.scss for details)