Sil Veltman

Results 54 issues of Sil Veltman

This breaks live editing: ```astro --- export interface Props { heading?: string | null level?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' class?: string } const...

I use astro in which the styling get's processed by postCSS. I installed postcss-preset-env to use nesting in my css. However, this breaks all styling in the cloudcannon live editor...

I would like to be able to have bookshop search in other folder too, not online the components directory. The reason for this is that I define some components .bookshop.yml...

Just starting out with typescript in my projects, to create interfaces for my UI components. I see a lot af similarities between the typescript interface and the bookshop blueprint. What...

I just found out that you guys added support for Sveltekit, awesome! This got me thinking, is there a way to use Bookshop in an Astro project with svelte components?...

With a bit of trial and error I found out that tailwind can be used by adding `shared/styles/[your-filename].scss` with the following content: ``` @tailwind base; @tailwind components; @tailwind utilities; ```...

After setting the whole thing up, I found out that running the bookshop browser on components using typescript gives an error: ``` bookshop-import-file:components/sample/sample.svelte__bookshop_file__:1:17: note: The plugin "esbuild-svelte" was triggered by...

I was under the impression that the `component-library` should be a seperate folder, but I found out by trying that it can also simply be used in the lib folder....

### Describe the bug I wanted to try this plugin out in astro via stackblitz. I get the following error when running `dev` or `build`: ``` TypeError: _vite_plugin_remote_assets.default is not...

Since the documentation is pretty limited, I'm not sure where this plugin looks for and changes external url's. I have an Astro project, does it check the dist folder? Or...