0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 02:52:43 +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 */
.page h1+p:first-letter {
all: unset;
}\n\n`
}\n\n
/* Removes Small-Caps in first line */
.page h1+p:first-line {
all: unset;
}`
},
{
name : 'Tweak Drop Cap',