Skip to content

Custom grid margins (feature request) #12

@rolandtoth

Description

@rolandtoth

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions