aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/postcss.config.js
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-27 18:46:34 +0800
committercrupest <crupest@outlook.com>2020-10-27 18:46:34 +0800
commit38c28864b1ae948c0a258290c092dce94a948575 (patch)
tree4408b336cd60fed220fcb157edcdf8a86c16d65c /Timeline/ClientApp/postcss.config.js
parent0062a22423806c9501752132133e14de02355760 (diff)
downloadtimeline-38c28864b1ae948c0a258290c092dce94a948575.tar.gz
timeline-38c28864b1ae948c0a258290c092dce94a948575.tar.bz2
timeline-38c28864b1ae948c0a258290c092dce94a948575.zip
build(front): Upgrade packages.
Diffstat (limited to 'Timeline/ClientApp/postcss.config.js')
-rw-r--r--Timeline/ClientApp/postcss.config.js10
1 files changed, 10 insertions, 0 deletions
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
+ },
+ ],
+ ],
+};