Add tailwind

This commit is contained in:
1ilit
2023-09-19 15:46:40 +03:00
parent cc6e46f4c3
commit db580f892d
6 changed files with 72 additions and 68 deletions

11
tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}