-
Notifications
You must be signed in to change notification settings - Fork 281
feat(framework): introduce loadBaseThemingCSSVariables configuration #12699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
🚀 Deployed on https://pr-12699--ui5-webcomponents-preview.netlify.app |
| formatSettings: FormatSettings, | ||
| fetchDefaultLanguage: boolean, | ||
| defaultFontLoading: boolean, | ||
| defaultCSSVariablesLoading: boolean, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe loadThemingCSSVariables would be more fitting as the previous entry (defaultFontLoading) refers to the default font, but for CSS variables maybe default is not the right term
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed it to loadBaseThemingCSSVariables. Is it a good idea the name to include base since the variables are coming from theming-base-content package?
Introduce a new
loadBaseThemingCSSVariablesconfiguration setting, allowing applications to control whether the CSS variables from the@sap-theming/theming-base-contentpackage should be loaded.Part of: #12491