lunaisnotaboy / celeste-old

A small and cozy Matrix client inspired by Powercord (mirror)
https://code.inochi.social/luna/celeste
MIT License
5 stars 0 forks source link

Remove Styled Components from the project #5

Closed lunaisnotaboy closed 2 years ago

lunaisnotaboy commented 2 years ago

As I've tried to work with Styled Components, I've realized that it's not a very good tool to work with. The syntax is often confusing, things just don't like to work right, and it's just not pleasant.

As this is the case, I'm removing Styled Components in favour of CSS Modules.

I hope this is okay.