Add custom base style of Tailwind

This commit is contained in:
Sat Naing
2022-09-08 21:42:09 +06:30
parent 86ee50e716
commit 147d934e97
3 changed files with 18 additions and 3 deletions
+2
View File
@@ -1,4 +1,6 @@
---
import "../styles/base.css";
export interface Props {
title: string;
}