Skip to content

Commit 21234c9

Browse files
committed
fix for --grid-row-start and --grid-row-end
1 parent db3bb40 commit 21234c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎packages/tailwindcss/src/theme.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const ignoredThemeKeyMap = new Map([
2929
],
3030
],
3131
['--grid-column', ['--grid-column-start', '--grid-column-end']],
32+
['--grid-row', ['--grid-row-start', '--grid-row-end']],
3233
])
3334

3435
function isIgnoredThemeKey(themeKey: ThemeKey, namespace: ThemeKey) {

0 commit comments

Comments
 (0)