my-emacs-d/elpa/yasnippet-20160924.2001/snippets/css-mode/pad.padding
2016-10-20 10:27:10 +02:00

5 lines
135 B
Plaintext

#contributor : rejeep <johan.rejeep@gmail.com>
#name : padding: top right bottom left
# --
padding: ${top} ${right} ${bottom} ${left};