We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc30c09 commit d8bb8a8Copy full SHA for d8bb8a8
playgrounds/react/pages/_app.tsx
@@ -2,7 +2,7 @@ import Link from 'next/link'
2
import { useEffect, useState } from 'react'
3
4
import { useRouter } from 'next/router'
5
-import 'tailwindcss/tailwind.css'
+import './styles.css'
6
7
function disposables() {
8
let disposables: Function[] = []
playgrounds/react/pages/styles.css
@@ -0,0 +1,3 @@
1
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
0 commit comments