Nextcloud 25 will drop support for SCSS and the icon generation that is currently in use in text (ref nextcloud/server#32060)
We need to make sure all icons are replaced with inline SVGs through vue-material-design-icons so they can then also properly adapt to the dark mode which is currently broken on master.
Other than that existing scss code form css/ should rather be moved to src/ and the corresponding components.
Nextcloud 25 will drop support for SCSS and the icon generation that is currently in use in text (ref nextcloud/server#32060)
We need to make sure all icons are replaced with inline SVGs through vue-material-design-icons so they can then also properly adapt to the dark mode which is currently broken on master.
Other than that existing scss code form css/ should rather be moved to src/ and the corresponding components.