Skip to content

Commit bcfda4b

Browse files
committed
fix(breakpoints): add _ into breakpoints
Fix #277
1 parent 339f7fc commit bcfda4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/system/src/defaultTheme.ts

+1
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ export const defaultTheme = {
345345
colors: generateHexAlphaVariants(colors),
346346
space,
347347
screens: {
348+
_: 0,
348349
xs: 0,
349350
sm: 640,
350351
md: 768,

0 commit comments

Comments
 (0)