aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/postcss.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/postcss.config.js')
-rw-r--r--FrontEnd/postcss.config.js11
1 files changed, 3 insertions, 8 deletions
diff --git a/FrontEnd/postcss.config.js b/FrontEnd/postcss.config.js
index 74ee8155..9129aa1f 100644
--- a/FrontEnd/postcss.config.js
+++ b/FrontEnd/postcss.config.js
@@ -1,10 +1,5 @@
+import postcssPresetEnv from "postcss-preset-env";
+
module.exports = {
- plugins: [
- [
- "postcss-preset-env",
- {
- // Options
- },
- ],
- ],
+ plugins: [postcssPresetEnv()],
};