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