diff options
Diffstat (limited to 'src/alf/atoms.ts')
-rw-r--r-- | src/alf/atoms.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index ca4c14dc6..434420a97 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -102,6 +102,9 @@ export const atoms = { /* * Flex */ + gap_0: { + gap: 0, + }, gap_2xs: { gap: tokens.space._2xs, }, |