Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'next' into change/rename-transition-timing-function-var…
…iables
  • Loading branch information
adamwathan authored Nov 6, 2024
commit 1256775b5b4e71593bc2606d04802133e4c44b03
1 change: 1 addition & 0 deletions packages/tailwindcss/src/compat/apply-config-to-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export function keyPathToCssProperty(path: string[]) {
if (path[0] === 'boxShadow') path[0] = 'shadow'
if (path[0] === 'animation') path[0] = 'animate'
if (path[0] === 'transitionTimingFunction') path[0] = 'ease'
if (path[0] === 'fontFamily') path[0] = 'font'

for (let part of path) {
if (!IS_VALID_KEY.test(part)) return null
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.