aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/postcss.config.js
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 16:23:44 +0800
committercrupest <crupest@outlook.com>2021-06-15 16:23:44 +0800
commitddce03a67708249eec129eb36744be460345bd75 (patch)
tree58417f657467e89d06c58b848db621c021803254 /FrontEnd/postcss.config.js
parente0b766203d7576ab67b16ba556ba14120d0bc876 (diff)
downloadtimeline-ddce03a67708249eec129eb36744be460345bd75.tar.gz
timeline-ddce03a67708249eec129eb36744be460345bd75.tar.bz2
timeline-ddce03a67708249eec129eb36744be460345bd75.zip
...
Diffstat (limited to 'FrontEnd/postcss.config.js')
-rw-r--r--FrontEnd/postcss.config.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/FrontEnd/postcss.config.js b/FrontEnd/postcss.config.js
deleted file mode 100644
index 9129aa1f..00000000
--- a/FrontEnd/postcss.config.js
+++ /dev/null
@@ -1,5 +0,0 @@
-import postcssPresetEnv from "postcss-preset-env";
-
-module.exports = {
- plugins: [postcssPresetEnv()],
-};