update tailwind config

This commit is contained in:
danisharora099 2023-08-02 17:59:17 +05:30
parent b7ffc31edf
commit 224c79dbe9
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

View File

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