From 783cd4eb57d287d72c7752bb35fc5f9f5e42dfb6 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 18:46:34 +0800 Subject: build(front): Upgrade packages. --- Timeline/ClientApp/postcss.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Timeline/ClientApp/postcss.config.js (limited to 'Timeline/ClientApp/postcss.config.js') diff --git a/Timeline/ClientApp/postcss.config.js b/Timeline/ClientApp/postcss.config.js new file mode 100644 index 00000000..74ee8155 --- /dev/null +++ b/Timeline/ClientApp/postcss.config.js @@ -0,0 +1,10 @@ +module.exports = { + plugins: [ + [ + "postcss-preset-env", + { + // Options + }, + ], + ], +}; -- cgit v1.2.3