luceos
Hello! First of all, thank you for your efforts and congratulations on the grant!
These planned updates are awesome, but I want to add some thoughts about some of them:
Moving from Less to Sass in compiling stylesheets;
Why Sass in 2023? I see a lot of projects already moving from Sass to clean, vanilla CSS, and it's a bit weird to see you moving from one outdated thing to another.
Which specific features of Sass are so needed that you chose it over CSS? Was this decision well-thought-out, or just "well, Less is super-old and losing popularity, let's move to something not that old"?
Code splitting of auto-generated JavaScript files;
This sounds very nice, and I love it! I would also love to see the same for CSS (see https://discuss.flarum.org/d/32245-significant-performance-improvement-by-splitting-of-css-to-multiple-files).
Theme design improvements
I hope these will include the ability to detect and handle the preferred color-scheme (light/dark) automatically. 🙂
(♥ CSS media query prefers-color-scheme
)