summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/css-mode/pad.pad
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/lisp/yasnippet/snippets/css-mode/pad.pad4
-rw-r--r--emacs.d/lisp/yasnippet/snippets/css-mode/pad.padding4
2 files changed, 8 insertions, 0 deletions
diff --git a/emacs.d/lisp/yasnippet/snippets/css-mode/pad.pad b/emacs.d/lisp/yasnippet/snippets/css-mode/pad.pad
new file mode 100644
index 0000000..ee3a682
--- /dev/null
+++ b/emacs.d/lisp/yasnippet/snippets/css-mode/pad.pad
@@ -0,0 +1,4 @@
+#contributor : rejeep <johan.rejeep@gmail.com>
+#name : padding: ...
+# --
+padding: $1;
diff --git a/emacs.d/lisp/yasnippet/snippets/css-mode/pad.padding b/emacs.d/lisp/yasnippet/snippets/css-mode/pad.padding
new file mode 100644
index 0000000..c1009d3
--- /dev/null
+++ b/emacs.d/lisp/yasnippet/snippets/css-mode/pad.padding
@@ -0,0 +1,4 @@
+#contributor : rejeep <johan.rejeep@gmail.com>
+#name : padding: top right bottom left
+# --
+padding: ${top} ${right} ${bottom} ${left};