mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-19 09:18:01 +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 = {
|
module.exports = {
|
||||||
content: [
|
content: [
|
||||||
"./src/**/*.{ts,tsx}",
|
"./src/**/*.{ts,tsx}",
|
||||||
"../../packages/ui/**/*.{ts,tsx}",
|
"../../packages/ui/src/**/*.{ts,tsx}",
|
||||||
"../../packages/tailwind-config/tailwind.config.js",
|
"../../packages/tailwind-config/tailwind.config.js",
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue