UNPKG

@vcl/vcl

Version:

The whole VCL in one package

38 lines (24 loc) 933 B
# [VCL](https://vcl.github.io/vcl/) email Basic HTML email styling. ## Features Inspired by (https://github.com/mailgun/transactional-email-templates). - Is responsive with two break points 640px and 1024px viewport width. - Tries to address some of the infinite quirks of email clients. - All rules within media queries for smaller screens are `!important` to survive CSS inlining. ## Usage Make sure to include CSS resulting from this module **only for emails**. Most likely you want to inline the generated CSS in the HTML code as this provides the best compatibility. The following invoice example shows how to use the classes together with classes from other VCL modules. [invoice example](/demo/example-invoice.html) ## Classes - `email-viewport` - `email-body` - `email-footer` ## Modifiers ## Variables - `$email-viewport-color` - `$email-viewport-bg-color` - `$email-body-bg-color` - `$email-body-border-color`