aboutsummaryrefslogtreecommitdiffstats
path: root/tooling/tailwind/native.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tooling/tailwind/native.ts')
-rw-r--r--tooling/tailwind/native.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/tooling/tailwind/native.ts b/tooling/tailwind/native.ts
new file mode 100644
index 00000000..7441221e
--- /dev/null
+++ b/tooling/tailwind/native.ts
@@ -0,0 +1,9 @@
+import type { Config } from "tailwindcss";
+
+import base from "./base";
+
+export default {
+ content: base.content,
+ presets: [base],
+ theme: {},
+} satisfies Config;