Sil Veltman

Results 25 comments of Sil Veltman

Having the same issue here. Made a reproduction: https://github.com/withastro/astro/issues/3832 I get the issue in all browsers while on my windows machine. It seemed to suddenly have arrised, earlier I wasn't...

I ended up using this, which is fine but still a little messy: **component file:** ``` {% if blue %} {% assign bg = 'bg-blue' %} {% assign border =...

I'm passing in all kinds of data, depends on the page. The weird thing is that in a normal image tag the values are there, but in the sortcode they...

### Update: I figured generating a page for each component doesn't add any value, so I created an 11ty input directory, with bookshop living outside of that. However, this lead...

Yeah, I think I should go for option 1 right now. Get's a bit messy when having object with multiple levels, but I can live with that :) Diving into...

Hey Liam, I do rely on the embedded component browser, since I use tailwind in my components. ~~However, I don't use it that often because of 2 things:~~ ~~1. I...

Look promising! Also, I like the steps you mention. Only downside I see is that I lose the ability to decide on the order in which the components' sass is...

Apparently this is already possible. I guess bookshop searched the entire src folder? Anyway, this part of the docs caused me to think bookshop only searches the components dir: https://cloudcannon.com/documentation/guides/bookshop-astro-guide/getting-set-up/#creating-your-bookshop-directory

To give a more minimal example, I have the following simple component and story, where the 'run' takes 101436ms component: ``` let className = ''; export { className as class...