Naman Goel

Results 403 comments of Naman Goel

On my end, I'm going to try and it make it work with SvelteKit.

I have a Vite plugin that's working with Qwik and Svelte on my end that doesn't rely on renderChunk etc. I worked on people from the Qwik team and got...

@predaytor You're welcome to use the one from https://github.com/nmn/sveltekit-stylex if you want. Other than that, I don't have any timelines for you. When I feel confident in an implementation, we...

I haven't had time to look at the implementation of the Vite plugin by @HorusGoul but people have been generally happy with it. Once we verify that it works in...

@zaydek @movahhedi Did you try the using the plugin as written in the Qwik and Svelte examples I shared above? - https://github.com/nmn/qwik-stylex - https://github.com/nmn/sveltekit-stylex I don't want to publish an...

> Is your Vite plugin implementation published to NPM, even as a beta or alpha release? Not yet. I'm testing a few more frameworks before I do this. > Alternatively...

This *is* a good idea and something that is planned but we can't prioritise. Thanks for creating the issue and hopefully someone can take this on. The easiest solution is...

@nedjulius If someone starts working on this, we'll comment here to let you know!

@necolas This is about property keys. And from what I've seen it's always safe to sort property keys as long as standard CSS properties are used. I'll verify there are...

> we allow ascending and descending order We will only allow ascending order. Essentially all style keys will be sorted alphabetically, then `@` at-rules then `:` pseudo classes and `::`...