diff --git a/client/homebrew/editor/snippetbar/snippets/snippets.js b/client/homebrew/editor/snippetbar/snippets/snippets.js index af8393046..10920a564 100644 --- a/client/homebrew/editor/snippetbar/snippets/snippets.js +++ b/client/homebrew/editor/snippetbar/snippets/snippets.js @@ -98,6 +98,7 @@ module.exports = [ .page h1+p:first-letter { all: unset; }\n\n + /* Removes Small-Caps in first line */ .page h1+p:first-line { all: unset; }`