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
Fix test
  • Loading branch information
thecrypticace committed Oct 11, 2024
commit d030e05e6cae278eecc6ae136384197e4749b24c
4 changes: 2 additions & 2 deletions integrations/upgrade/js-config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ test(
@variant dark (&:where(.dark, .dark *));

@theme {
--box-shadow-*: initial;
--box-shadow-sm: 0 2px 6px rgb(15 23 42 / 0.08);
--shadow-*: initial;
--shadow-sm: 0 2px 6px rgb(15 23 42 / 0.08);

--color-*: initial;
--color-red-400: #f87171;
Expand Down