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 d74fbc3 commit 9df2014Copy full SHA for 9df2014
packages/rollup-package.config.mjs
@@ -51,12 +51,12 @@ const createCSSFilesConfig = (cssFiles = []) => {
51
plugins: [
52
rollupPostcss({
53
54
- postcssCustomPropertiesFallback({ importFrom: properties }),
55
postcssImport({
56
57
postcssUrl(), // This plugin is used to handle URLs in imported CSS files
58
],
59
}),
+ postcssCustomPropertiesFallback({ importFrom: properties }),
60
61
extract: path.resolve(`./dist/${name}.css`),
62
0 commit comments