summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/css-mode/pad.padding
blob: c1009d3c5d7ffb539558dda5b038111f96544514 (plain) (blame)
1
2
3
4
#contributor : rejeep <johan.rejeep@gmail.com>
#name : padding: top right bottom left
# --
padding: ${top} ${right} ${bottom} ${left};