From 616b4959ef33a1e5fae167a37d108f736badf2a6 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 27 Mar 2024 13:35:00 -0400 Subject: init --- postcss.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 postcss.config.js (limited to 'postcss.config.js') diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..3687d28 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,8 @@ +// If you want to use other PostCSS plugins, see the following: +// https://tailwindcss.com/docs/using-with-preprocessors +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}; -- cgit v1.2.3-70-g09d2