diff options
Diffstat (limited to 'examples/with-tailwind/apps/web/postcss.config.js')
| -rw-r--r-- | examples/with-tailwind/apps/web/postcss.config.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/with-tailwind/apps/web/postcss.config.js b/examples/with-tailwind/apps/web/postcss.config.js new file mode 100644 index 0000000..07aa434 --- /dev/null +++ b/examples/with-tailwind/apps/web/postcss.config.js @@ -0,0 +1,9 @@ +// If you want to use other PostCSS plugins, see the following: +// https://tailwindcss.com/docs/using-with-preprocessors + +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}; |
