summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/css-mode/bor
blob: eb3a2b4bee954cc7898ca83f7cd7c2098c7a30b6 (plain) (blame)
1
2
3
#name : border size style color
# --
border: ${1:1px} ${2:solid} #${3:999};