-
Notifications
You must be signed in to change notification settings - Fork 10
fix: sass mixed-decls deprecation #4098
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
Conversation
🔭🐙🐈 Test this branch here: https://db-ux-design-system.github.io/core-web/review/fix-sass-mixed-decls-deprecation |
@nmerget to my understanding, |
I updated the description |
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (6)
- packages/components/package.json: Language not supported
- packages/components/src/components/switch/switch.scss: Language not supported
- packages/components/src/styles/internal/_form-components.scss: Language not supported
- packages/foundations/package.json: Language not supported
- packages/foundations/scss/defaults/default-icons.scss: Language not supported
- packages/foundations/scss/icons/_icon-helpers.scss: Language not supported
Proposed changes
--fatal-deprecation=mixed-decls
to force an error for sass, this allows the pipeline to fail if we use a deprecated featuremixed-decls
Types of changes
Further comments