feat(create-turbo): create https://github.com/juliusmarminge/acme-corp
This commit is contained in:
10
apps/nextjs/tailwind.config.ts
Normal file
10
apps/nextjs/tailwind.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { Config } from "tailwindcss";
|
||||
|
||||
import baseConfig from "@acme/tailwind-config";
|
||||
|
||||
export default {
|
||||
// We need to append the path to the UI package to the content array so that
|
||||
// those classes are included correctly.
|
||||
content: [...baseConfig.content, "../../packages/ui/src/**/*.{ts,tsx}"],
|
||||
presets: [baseConfig],
|
||||
} satisfies Config;
|
||||
Reference in New Issue
Block a user