bug fixes

This commit is contained in:
Daniel
2023-05-28 20:52:01 +03:30
parent 287f7fa870
commit fcbecb5bc5
4 changed files with 156 additions and 136 deletions
+4
View File
@@ -1,9 +1,13 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./app/**/*.{js,ts,jsx,tsx}",
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
// For the "layouts" directory
"./layouts/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},