summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/css-mode/bor
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/css-mode/bor')
-rw-r--r--.emacs.d/mysnippets/text-mode/css-mode/bor3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/css-mode/bor b/.emacs.d/mysnippets/text-mode/css-mode/bor
new file mode 100644
index 0000000..eb3a2b4
--- /dev/null
+++ b/.emacs.d/mysnippets/text-mode/css-mode/bor
@@ -0,0 +1,3 @@
1#name : border size style color
2# --
3border: ${1:1px} ${2:solid} #${3:999}; \ No newline at end of file