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 fb3466f commit df42ab9Copy full SHA for df42ab9
packages/rollup-package.config.mjs
@@ -10,7 +10,7 @@ import importCss from 'rollup-plugin-import-css';
10
11
// @ts-ignore-start
12
// eslint-disable-next-line -- // @typescript-eslint/ban-ts-comment // @ts-ignore
13
-import properties from '../packages/uui-css/custom-properties.module.js'; // eslint-disable-line
+import properties from './uui-css/custom-properties.module.js'; // eslint-disable-line
14
// @ts-ignore-end
15
16
const esbuidOptions = { minify: true };
0 commit comments