Skip to content

Commit 2aca2c6

Browse files
iOvergaardCopilot
andcommitted
Update packages/rollup-package.config.mjs
Co-authored-by: Copilot <[email protected]>
1 parent 04e5033 commit 2aca2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rollup-package.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ const createCSSFilesConfig = (cssFiles = []) => {
5151
plugins: [
5252
rollupPostcss({
5353
plugins: [
54-
postcssCustomPropertiesFallback({ importFrom: properties }),
5554
postcssImport({
5655
plugins: [
5756
postcssUrl(), // This plugin is used to handle URLs in imported CSS files
5857
],
5958
}),
59+
postcssCustomPropertiesFallback({ importFrom: properties }),
6060
],
6161
extract: path.resolve(`./dist/${name}.css`),
6262
}),

0 commit comments

Comments
 (0)