Amnon Sadeh

Results 2 comments of Amnon Sadeh

Anti-Request: dear library maintainers, please don't add props unless absolutely necessary. And in this case it's not. @michaelzhu23 Just use the existing `className` prop 🙂 JSX: ```jsx ``` CSS: ```css...

@metonym Thanks for your template! Note that `rollup-plugin-svelte` 7.0.0 has a [breaking change](https://github.com/sveltejs/rollup-plugin-svelte/pull/147) so you might want to: ``` import css from 'rollup-plugin-css-only' ``` and add the following to the...