From f8bc4dd9c1a70692e555f2170cd41acbf0f41851 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 23 Mar 2024 15:29:04 +0000 Subject: chore: Refactor tailwind in all apps to use the tooling package --- tooling/tailwind/base.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'tooling/tailwind/base.ts') diff --git a/tooling/tailwind/base.ts b/tooling/tailwind/base.ts index 15fd759a..6316beb2 100644 --- a/tooling/tailwind/base.ts +++ b/tooling/tailwind/base.ts @@ -2,8 +2,20 @@ import type { Config } from "tailwindcss"; export default { darkMode: ["class"], - content: ["src/**/*.{ts,tsx}"], + content: [ + "pages/**/*.{ts,tsx}", + "components/**/*.{ts,tsx}", + "app/**/*.{ts,tsx}", + "src/**/*.{ts,tsx}", + ], theme: { + container: { + center: true, + padding: "2rem", + screens: { + "2xl": "1400px", + }, + }, extend: { colors: { border: "hsl(var(--border))", -- cgit v1.2.3-70-g09d2