Skip to content

Commit 4260fb4

Browse files
committed
Move postcss config to uui-css package
1 parent 0df44b5 commit 4260fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postcss.config.js renamed to packages/uui-css/postcss.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = () => {
33
plugins: {
44
'postcss-advanced-variables': {},
55
'postcss-color-function': {},
6-
'postcss-url': { url: 'inline', filter: '**/*.woff2' },
6+
'postcss-url': {},
77
autoprefixer: {},
88
},
99
};

0 commit comments

Comments
 (0)