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 3e127a5 commit aac10dfCopy full SHA for aac10df
packages/base/src/utils/addCustomCSSWithScoping.ts
@@ -2,6 +2,9 @@ import { attachBoot } from '@ui5/webcomponents-base/dist/Boot.js';
2
import { addCustomCSS } from '@ui5/webcomponents-base/dist/Theming.js';
3
import { getUi5TagWithSuffix } from './index.js';
4
5
+/**
6
+ * ⚠️ __INTERNAL__ use only! This function is not part of the public API.
7
+ */
8
export const addCustomCSSWithScoping = (baseTagName: string, customCSS: string) => {
9
attachBoot(() => {
10
const finalTag = getUi5TagWithSuffix(baseTagName);
0 commit comments