mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-30 16:27:11 +02:00
♻️ Switch to app router (#922)
This commit is contained in:
parent
41f85279bb
commit
95feb9f01a
181 changed files with 2507 additions and 2494 deletions
|
@ -2,12 +2,7 @@ const colors = require("tailwindcss/colors");
|
|||
const defaultTheme = require("tailwindcss/defaultTheme");
|
||||
|
||||
module.exports = {
|
||||
content: [
|
||||
"./src/pages/**/*.{ts,tsx}",
|
||||
"./src/components/**/*.{ts,tsx}",
|
||||
"../../packages/tailwind-config/tailwind.config.js",
|
||||
"../../packages/ui/**/*.{ts,tsx}",
|
||||
],
|
||||
content: ["./src/**/*.{ts,tsx}", "../../packages/ui/**/*.{ts,tsx}"],
|
||||
plugins: [
|
||||
require("@tailwindcss/typography"),
|
||||
require("tailwindcss-animate"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue