diff options
Diffstat (limited to 'examples/with-tailwindcss/tailwind.config.cjs')
-rw-r--r-- | examples/with-tailwindcss/tailwind.config.cjs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/with-tailwindcss/tailwind.config.cjs b/examples/with-tailwindcss/tailwind.config.cjs new file mode 100644 index 000000000..81cb91aee --- /dev/null +++ b/examples/with-tailwindcss/tailwind.config.cjs @@ -0,0 +1,7 @@ +module.exports = { + content: [], + theme: { + extend: {}, + }, + plugins: [], +} |