From fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 13 Sep 2023 15:14:25 -0500 Subject: Initial commit Get the skeleton (hehe) started --- app/postcss.config.cjs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/postcss.config.cjs (limited to 'app/postcss.config.cjs') diff --git a/app/postcss.config.cjs b/app/postcss.config.cjs new file mode 100644 index 0000000..16dce0b --- /dev/null +++ b/app/postcss.config.cjs @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} \ No newline at end of file -- cgit v1.2.3