diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-11-28 22:46:47 -0500 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-11-28 22:46:47 -0500 |
| commit | 5658441ab9b703c95a48e654d41e45cc3a55ffd3 (patch) | |
| tree | ead5b59fe41459b3403393cea956ae544856c444 /middleware/postcss.config.mjs | |
| parent | 7681e421edb3933c8727cb0936bc8310d79df6e2 (diff) | |
middleware: migrate to tailwindcss
Diffstat (limited to 'middleware/postcss.config.mjs')
| -rw-r--r-- | middleware/postcss.config.mjs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/middleware/postcss.config.mjs b/middleware/postcss.config.mjs new file mode 100644 index 0000000..d5744c4 --- /dev/null +++ b/middleware/postcss.config.mjs @@ -0,0 +1,8 @@ +/** @type {import('postcss-load-config').Config} */ +const config = { + plugins: { + '@tailwindcss/postcss': {}, + }, +} + +export default config
\ No newline at end of file |
