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 | 38c28864b1ae948c0a258290c092dce94a948575 (patch) | |
tree | 4408b336cd60fed220fcb157edcdf8a86c16d65c /Timeline/ClientApp/postcss.config.js | |
parent | 0062a22423806c9501752132133e14de02355760 (diff) | |
download | timeline-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.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
+ },
+ ],
+ ],
+};
|