Skip to content

Commit aac10df

Browse files
committed
Update addCustomCSSWithScoping.ts
1 parent 3e127a5 commit aac10df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/base/src/utils/addCustomCSSWithScoping.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import { attachBoot } from '@ui5/webcomponents-base/dist/Boot.js';
22
import { addCustomCSS } from '@ui5/webcomponents-base/dist/Theming.js';
33
import { getUi5TagWithSuffix } from './index.js';
44

5+
/**
6+
* ⚠️ __INTERNAL__ use only! This function is not part of the public API.
7+
*/
58
export const addCustomCSSWithScoping = (baseTagName: string, customCSS: string) => {
69
attachBoot(() => {
710
const finalTag = getUi5TagWithSuffix(baseTagName);

0 commit comments

Comments
 (0)