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:
@usesyntax.BREAKING CHANGE:
Custom properties mode is enabled by default.
@nebular/theme/styles/_components.scssfile removed. Replace imports from this files with:Removes
layout-window-mode-max-width,tabset-tab-text-hide-breakpoint,route-tabset-tab-text-hide-breakpointtheme properties. Use$layout-window-mode-max-width,$tabset-tab-text-hide-breakpoint,$route-tabset-tab-text-hide-breakpointvariables instead.