design-system
design-system copied to clipboard
Handle SCSS deprecation warnings
There are a lot of deprecation warnings around, when you start the docs. Try to get rid of them.
### Tasks
- [ ] Invest time to investigate and find out how quickly these issues can be resolved
- [ ] After fixing the issues, remove the `silenceDeprecations` properties in both packages (styles and documentation)
To see them do the following steps:
- open up styles/gulpfile.js
- remove all
silenceDeprecations: ['mixed-decls']occurrences - run
pnpm styles:build
To do the same in the documentatoin do the follwing steps:
- open up documentation/vite.config.js
- remove all
silenceDeprecations: ['mixed-decls']occurrences - run
pnpm docs:start