0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 03:12:40 +00:00

Restore recent snippet changes from after this PR

This commit is contained in:
Trevor Buckner
2022-05-17 23:42:15 -04:00
parent 253db8304a
commit 7200889d8c

View File

@@ -98,7 +98,11 @@ module.exports = [
gen : dedent`/* Removes Drop Caps */ gen : dedent`/* Removes Drop Caps */
.page h1+p:first-letter { .page h1+p:first-letter {
all: unset; all: unset;
}\n\n` }\n\n
/* Removes Small-Caps in first line */
.page h1+p:first-line {
all: unset;
}`
}, },
{ {
name : 'Tweak Drop Cap', name : 'Tweak Drop Cap',