From 083ea5bd19172381bb53e95aaf98eaabef839c54 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 6 Feb 2024 12:26:29 +0000 Subject: Move the web app into a subdir --- web/postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 web/postcss.config.js (limited to 'web/postcss.config.js') diff --git a/web/postcss.config.js b/web/postcss.config.js new file mode 100644 index 00000000..12a703d9 --- /dev/null +++ b/web/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}; -- cgit v1.2.3-70-g09d2