mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
🩹 Fix tailwind config content warning
This commit is contained in:
parent
7ae9078cf8
commit
4dd2e69481
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const defaultTheme = require("tailwindcss/defaultTheme");
|
|||
module.exports = {
|
||||
content: [
|
||||
"./src/**/*.{ts,tsx}",
|
||||
"../../packages/ui/**/*.{ts,tsx}",
|
||||
"../../packages/ui/src/**/*.{ts,tsx}",
|
||||
"../../packages/tailwind-config/tailwind.config.js",
|
||||
],
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Reference in a new issue