Skip to content
Merged
Show file tree
Hide file tree
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
update tests to reflect change
  • Loading branch information
RobinMalfait committed Jun 12, 2024
commit a5eb55447974fdddd5edfc4a51d73052779bee75
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
--radius-xl: .75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-4xl: 2rem;
--shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
--shadow-xs: 0 1px #0000000d;
--shadow-sm: 0 1px 2px 0 #0000000d;
Expand Down
1 change: 1 addition & 0 deletions packages/tailwindcss/src/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ exports[`compiling CSS > \`@tailwind utilities\` is replaced by utilities using
--radius-xl: .75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-4xl: 2rem;
--shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
--shadow-xs: 0 1px #0000000d;
--shadow-sm: 0 1px 2px 0 #0000000d;
Expand Down