diff options
Diffstat (limited to '.emacs.d/mysnippets/text-mode/css-mode/bor')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/css-mode/bor | 3 |
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 | # -- | ||
| 3 | border: ${1:1px} ${2:solid} #${3:999}; \ No newline at end of file | ||
