commit 6b597739750287452476175079f15463ce6dccd8 parent e3be3e2aeb5caffbaf260dbbbd7ac09ea9b9660b Author: Hugo Soucy <hugo.soucy@toumoro.com> Date: Tue, 17 Nov 2020 12:08:47 -0500 Add a new css snippet Diffstat:
A | snippets/css-mode/root | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/snippets/css-mode/root b/snippets/css-mode/root @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: CSS :root {} +# key: root +# -- + +:root { + ${1:} +}