1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-16 14:04:47 +02:00
Files
cheatsheets/premailer.md
2020-07-03 22:47:47 +10:00

533 B

title, layout, tags, intro
title layout tags intro
Premailer 2017/sheet
WIP
[Premailer](https://github.com/premailer/premailer/) is a Ruby library that inlines CSS into HTML.

Custom CSS properties

table, th, td {
  /* Available on table, th and td elements */
  -premailer-width: 32px;
}

table, tr, th, td {
  /* Available on table, tr, th and td elements */
  -premailer-height: 32px;
}

table {
  /* Available on table elements */
  -premailer-cellpadding: 32px;
  -premailer-cellspacing: 32px;
}