diff options
author | crupest <crupest@outlook.com> | 2020-10-27 18:46:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-27 18:46:34 +0800 |
commit | 783cd4eb57d287d72c7752bb35fc5f9f5e42dfb6 (patch) | |
tree | 2f320f530130fc1cf43854a7e48ffea782a62e7d /Timeline/ClientApp/postcss.config.js | |
parent | 0c4caaebe2480e77918d5d7df234f0edaeab74ba (diff) | |
download | timeline-783cd4eb57d287d72c7752bb35fc5f9f5e42dfb6.tar.gz timeline-783cd4eb57d287d72c7752bb35fc5f9f5e42dfb6.tar.bz2 timeline-783cd4eb57d287d72c7752bb35fc5f9f5e42dfb6.zip |
build(front): Upgrade packages.
Diffstat (limited to 'Timeline/ClientApp/postcss.config.js')
-rw-r--r-- | Timeline/ClientApp/postcss.config.js | 10 |
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
+ },
+ ],
+ ],
+};
|