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 91e53f0 commit 4eff21aCopy full SHA for 4eff21a
postcss.config.js
@@ -18,12 +18,16 @@ module.exports = {
18
) || []
19
);
20
},
21
- safelist: [
22
- /-(leave|enter|appear)(|-(to|from|active))$/,
23
- /^(?!(|.*?:)cursor-move).+-move$/,
24
- /^router-link(|-exact)-active$/,
25
- /data-v-.*/,
26
- ],
+ safelist: {
+ standard: [
+ /-(leave|enter|appear)(|-(to|from|active))$/,
+ /^(?!(|.*?:)cursor-move).+-move$/,
+ /^router-link(|-exact)-active$/,
+ /data-v-.*/,
27
+ /^(svg-inline--fa|fa-)/, // fontawesome
28
+ ],
29
+ deep: [],
30
+ },
31
}),
32
],
33
};
0 commit comments