We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248ff4b commit 251a901Copy full SHA for 251a901
postcss.config.js
@@ -1,10 +1,10 @@
1
-import postcssUrl from "postcss-url";
2
-import { purgeCSSPlugin } from "@fullhuman/postcss-purgecss";
3
-import pruneVar from "postcss-prune-var";
4
-import varCompress from "postcss-variable-compress";
5
-import cssnano from "cssnano";
+const postcssUrl = require("postcss-url");
+const { purgeCSSPlugin } = require("@fullhuman/postcss-purgecss");
+const pruneVar = require("postcss-prune-var");
+const varCompress = require("postcss-variable-compress");
+const cssnano = require("cssnano");
6
7
-export default {
+module.exports = {
8
plugins: [
9
postcssUrl({
10
url: "inline",
0 commit comments