-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
A fluid gutter spacing defined in percentage (1%) isn't always playing well with the given design.
IMO, it should be possible to define gutter spaces in fixed values like pixel or Rems.
Approach:
Detect the unit of the given gutter spacing variable and decide to use margins (for relative values) or paddings (for fixed values).
Reactions are currently unavailable