From 58815a391018b10ce0936c03e5910e9bf9ba4351 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:09:45 -0500 Subject: [PATCH] add descriptive css comment --- client/homebrew/editor/snippetbar/snippets/snippets.js | 1 + 1 file changed, 1 insertion(+) 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; }`