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 04e5033 commit 2aca2c6Copy full SHA for 2aca2c6
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