-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(theme): enable CSS custom properties mode by default #2965
feat(theme): enable CSS custom properties mode by default #2965
Conversation
Instead of globals (prevents modules loop)
BREAKING CHANGE: Removes `layout-window-mode-max-width`, `tabset-tab-text-hide-breakpoint`, `route-tabset-tab-text-hide-breakpoint` theme properties. Use `$layout-window-mode-max-width`, `$tabset-tab-text-hide-breakpoint`, `$route-tabset-tab-text-hide-breakpoint`.
BREAKING CHANGE: Custom properties mode is enabled by default
Disable CSS Custom Properties modeIf you use prebuilt Nebular themes you could skip this section. You could switch to the previous default theming mode by setting |
|
Please read and mark the following check list before creating a pull request:
Short description of what this resolves:
@use
syntax.BREAKING CHANGE:
Custom properties mode is enabled by default.
@nebular/theme/styles/_components.scss
file removed. Replace imports from this files with:Removes
layout-window-mode-max-width
,tabset-tab-text-hide-breakpoint
,route-tabset-tab-text-hide-breakpoint
theme properties. Use$layout-window-mode-max-width
,$tabset-tab-text-hide-breakpoint
,$route-tabset-tab-text-hide-breakpoint
variables instead.