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 c909f19 commit 976f0b6Copy full SHA for 976f0b6
packages/uui-css/postcss.config.cjs
@@ -0,0 +1,10 @@
1
+module.exports = () => {
2
+ return {
3
+ plugins: {
4
+ 'postcss-advanced-variables': {},
5
+ 'postcss-color-function': {},
6
+ 'postcss-url': {},
7
+ autoprefixer: {},
8
+ },
9
+ };
10
+};
postcss.config.js
@@ -3,8 +3,6 @@ module.exports = () => {
plugins: {
'postcss-advanced-variables': {},
'postcss-color-function': {},
- 'postcss-url': {},
- autoprefixer: {},
},
};
0 commit comments