From ac769e656b122ff569c3f1534701b71e00fed586 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 19:21:35 +0800 Subject: Split front and back end. --- FrontEnd/postcss.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 FrontEnd/postcss.config.js (limited to 'FrontEnd/postcss.config.js') diff --git a/FrontEnd/postcss.config.js b/FrontEnd/postcss.config.js new file mode 100644 index 00000000..74ee8155 --- /dev/null +++ b/FrontEnd/postcss.config.js @@ -0,0 +1,10 @@ +module.exports = { + plugins: [ + [ + "postcss-preset-env", + { + // Options + }, + ], + ], +}; -- cgit v1.2.3