Skip to content

Commit 4359c07

Browse files
committed
tailwindcss plus ts
1 parent 86ba244 commit 4359c07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;

templates/typescript+webpack+react+tailwindCSS/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { createRoot } from "react-dom/client";
3-
3+
import "./index.css"
44
import App from "./App";
55

66
const container: HTMLElement | null = document.getElementById("root");

0 commit comments

Comments
 (0)