twindle-co / twindle

Twindle - an open source project for beginners. Converting twitter threads to pdf, epub, and mobi format to be read by Kindle.
https://www.twindle.co
MIT License
134 stars 133 forks source link

Modular Styling in New Svelte templates #915

Closed PuruVJ closed 3 years ago

PuruVJ commented 3 years ago

@tolgaerdonmez has done really good work by converting from HBS to Svelte.

However, it's still using global CSS, which completely defeats the purpose of moving to Svelte.

Someone should take on this task of putting the correct CSS in the correct components, and also modifying selectors to overall simplify the code.

PuruVJ commented 3 years ago

All that work is happening in the renderer-svelte branch

Akshay2996 commented 3 years ago

All that work is happening in the renderer-svelte branch

I have seen the code!! If I get the time I can work on that but don't want to give any false hope quite busy with some work. And label the Issue to design too if we have to make changes in the CSS part only.

PuruVJ commented 3 years ago

Resolved in #940