Liam Bigelow
Liam Bigelow
👋 Setting `_live_render = false` in the props will affect new components, as that key will be added when the component is created. We don't yet have an automated way...
@a-luttringer my apologies, this is probably on me for not making the documentation clear enough (better docs are in the works!) The important note is the following: > This setting...
Keep 'em coming, this is exactly the kind of feedback we love to receive — I'm always looking to improve the editing experience. This is definitely something I want to...
Hi Sil 👋 I don't have a way to disable this right now, but it is something that could be added. The purpose of this rule is for when you're...
The way I would do this is: 1. Run the bookshop sass compiler and tell it to output an SCSS file with `-o _sass/_bookshop.scss` 2. Import the file in your...
Yes, that's true. Part of my justification is that in an ideal world Bookshop components are fully portable and free of side effects, and thus the compilation order shouldn't matter....
👋 Hi Sil, How has the sass workflow been going for you? Is there anything you would still like implemented from this conversation?
Hmm, interesting
Hi @rdano89 👋 Thanks for reaching out. For context, that media query is there so that the component browser can strip Bookshop styles out of the built CSS, and inject...
Ah, I presume Jekyll due to the bookshop tag reference, and I can see the issue I believe you're referencing here: [extending-selectors-from-within-media-queries-with-sass](https://stackoverflow.com/questions/14840918/extending-selectors-from-within-media-queries-with-sass) That is a little bit of a pain...