my-emacs-d/elpa/yasnippet-20161022.646/snippets/css-mode/pad.padding
2016-10-24 08:30:06 +02:00

5 lines
135 B
Plaintext

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