From 7283da81b5f1f938fa407d6d3f0d5bb56e889b1b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 4 May 2025 23:04:02 -0500 Subject: add postcss compile for css in webpack --- postcss.config.js | 6 ++++++ 1 file changed, 6 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..5307961 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: [ + require("autoprefixer"), + require("postcss-nested"), + ], +} -- cgit v1.2.3