fix(build): replace deprecated SCSS @import with @use statements#6754
Open
valorkin wants to merge 10 commits intodevelopmentfrom
Open
fix(build): replace deprecated SCSS @import with @use statements#6754valorkin wants to merge 10 commits intodevelopmentfrom
valorkin wants to merge 10 commits intodevelopmentfrom
Conversation
- Replace @import with @use statements in all SCSS files to eliminate deprecation warnings - Use 'as *' syntax for variables to maintain existing functionality - Move @use statements to top of files as required by Sass specification - Fixes Sass deprecation warnings during build process 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…otstrap into fix-build-warnings
- Added platform browser checks in AppComponent to prevent SSR access to window globals - Added platform browser checks in AddNavComponent for DOM manipulation and scroll events - Added platform browser checks in SidebarComponent for window.innerWidth access - Fixed theme-provider _guessBsVersion function to handle SSR gracefully by checking for document availability - Ensured all browser-specific APIs are only accessed when running in browser context 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@importwith modern@usestatements in all SCSS filesas *syntax for variables to maintain existing functionality@usestatements to top of files as required by Sass specificationChanges Made
style.scss,sidebar.scss,common-styles.scss, andadaptive.scssbs-datepicker.scssandmixins.scssTest plan
🤖 Generated with Claude Code