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
Next Next commit
Remove calc
  • Loading branch information
adamwathan committed Oct 17, 2024
commit 047b29da14d0219e11420db357df1e778bd0d390
2 changes: 1 addition & 1 deletion packages/tailwindcss/tests/ui.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ for (let [classes, expected] of [
],
[
'-bg-linear-45 from-red to-blue',
'linear-gradient(calc(-45deg), rgb(255, 0, 0) 0%, rgb(0, 0, 255) 100%)',
'linear-gradient(-45deg, rgb(255, 0, 0) 0%, rgb(0, 0, 255) 100%)',
],
[
'bg-linear-to-r via-red to-blue',
Expand Down