mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-01-13 14:32:03 +01:00
- Update some sheets which have very long sections - Remove `layout: 2017/sheet` (everything has the same layout now) - Remove outdated sheets
514 B
514 B
title, tags, intro
| title | tags | intro | |
|---|---|---|---|
| Premailer |
|
[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;
}