forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/css-mode/pad.padding

5 lines
135 B
Plaintext
Raw Normal View History

2011-07-22 14:48:30 +01:00
#contributor : rejeep <johan.rejeep@gmail.com>
#name : padding: top right bottom left
# --
padding: ${top} ${right} ${bottom} ${left};