s-grid icon indicating copy to clipboard operation
s-grid copied to clipboard

Custom grid margins (feature request)

Open rolandtoth opened this issue 6 years ago • 0 comments

Hi,

would it be possible to set the margin as an array to allow setting different margins in one go?

So to use somethink like this for a right-margin only:

li
  cell(1, 4, g: (0 2rem 0 0))

Instead of this current workaround I'm using:

li
  cell(1, 4, g: 2rem)
  margin 0 2rem 0 0

rolandtoth avatar Aug 28 '17 09:08 rolandtoth