Rory Duncan

Results 4 comments of Rory Duncan

> I have created a fork at https://github.com/plumelo/rollup-styles `rollup-styles` that supports rollup v3 and v4. For your potential future packages, @megheaiulian—rollup plugins are supposed to follow [the naming convention](https://rollupjs.org/plugin-development/#conventions) "`rollup-plugin-`"....

This is actually a weakness in svelte—it doesn't trace through to "see" the component's prop corresponds to an eventual classname. You can work around it via the :global selector. Or,...

Heya @olell — two options to my knowledge: - Publish your fork to npm and use it until the PRs are merged (`@olell/sveltestrap`) - Use [`patch-package`](https://www.npmjs.com/package/patch-package) for your change. You...

I glanced over it repeatedly; had to [create a diff](https://www.diffchecker.com/0grckfR9/) to see what I was missing. 😵 ```diff - import { Navbar, NavbarBrand } from '@sveltestrap/sveltstrap'; + import { Navbar,...