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