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 a2beb87 commit fb85804Copy full SHA for fb85804
docs/src/App.tsx
@@ -1,5 +1,5 @@
1
function App() {
2
- return <>Silence.</>
+ return <div className="flex h-svh w-full items-center justify-center">Silence.</div>
3
}
4
5
export default App
docs/src/index.css
@@ -0,0 +1,3 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
docs/src/main.tsx
@@ -6,5 +6,5 @@ import './index.css'
6
ReactDOM.createRoot(document.getElementById('root')!).render(
7
<React.StrictMode>
8
<App />
9
- </React.StrictMode>,
+ </React.StrictMode>
10
)
0 commit comments