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