Skip to content

Commit

Permalink
refactor(example-playwright): remove unnecessary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-aquino committed Jan 25, 2025
1 parent c6c55bd commit 7b23c75
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions examples/with-playwright/src/styles/global.css
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
@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);
}
}

0 comments on commit 7b23c75

Please sign in to comment.