Skip to content

Commit 8e78755

Browse files
committed
chore: base app
1 parent 3df5206 commit 8e78755

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/App.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;
4+
15
body {
26
margin: 0;
37
color: #fff;

src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import './App.css';
1+
import "./App.css";
2+
import React from "react";
23

34
const App = () => {
45
return (

0 commit comments

Comments
 (0)