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 df2b29d8a..1485ca7fc 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -158,6 +158,9 @@ export const atoms = { flex_wrap: { flexWrap: 'wrap', }, + flex_nowrap: { + flexWrap: 'nowrap', + }, flex_0: { flex: web('0 0 auto') || (native(0) as number), }, |