Skip to content

Commit

Permalink
Remove tailwind compat
Browse files Browse the repository at this point in the history
  • Loading branch information
yottapanda committed Nov 28, 2024
1 parent 7c71505 commit 007d3ff
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tailwind.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
@import 'tailwindcss';

/*
The default border color has changed to `currentColor` in Tailwind CSS v4,
so we've added these compatibility styles to make sure everything still
looks the same as it did with Tailwind CSS v3.
If we ever want to remove these styles, we need to add an explicit border
color utility to any element that depends on these defaults.
*/
@layer base {
*,
::after,
::before,
::backdrop,
::file-selector-button {
border-color: var(--color-gray-200, currentColor);
}
}

#spinner{
display:none;
}
Expand Down

0 comments on commit 007d3ff

Please sign in to comment.