Skip to content

Commit

Permalink
Revert playground changes
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Jan 29, 2025
1 parent 0d9f07e commit ba6d88d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
1 change: 0 additions & 1 deletion playgrounds/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@vitejs/plugin-react": "^4.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "workspace:^"
},
"devDependencies": {
Expand Down
4 changes: 1 addition & 3 deletions playgrounds/vite/src/app.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { twMerge } from 'tailwind-merge'

export function App() {
return (
<div className="m-3 p-3 border">
<h1 className={twMerge('text-red-500', 'text-blue-500')}>Hello World</h1>
<h1 className="text-blue-500">Hello World</h1>
<div className="-inset-x-full -inset-y-full -space-x-full -space-y-full -inset-full"></div>
</div>
)
Expand Down
20 changes: 6 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba6d88d

Please sign in to comment.