solidjs / templates

Vite + solid templates
429 stars 120 forks source link

CSS Frameworks only available in TS #102

Open LadyBluenotes opened 1 year ago

LadyBluenotes commented 1 year ago

The CSS frameworks should be made in both JS, where right now they are only in TS (as per README). In having them in JS, it will make be more inclusive to the needs / preferences of the developers using the templates.

amoutonbrady commented 1 year ago

I know that's an issue but that's mostly because maintaining the two of them in parallel gets hard and most people like TS better.

I think our best bet is to wait for the SolidStart CLI to incorporate this sort of code mods. If you or anyone wants to port the TS templates as JS I'd totally be down for that but as it stands I don't have the resources to do so :(

LadyBluenotes commented 1 year ago

@amoutonbrady I totally get it and I definitely don't expect you to do all the work! I'm trying to build the CLI and just wanted a reminder that eventually I'll have to sort out the CSS frameworks in JS :')

I might try my hand at doing some of them (more specifically, the more "common" ones)