Ben Smithett
                                            Ben Smithett
                                        
                                    I'm travelling for a while, so have limited computering/internet time for the next little while. Additionally, I haven't used dragster in production for a couple of years, so I'm definitely...
**Describe the bug** When cloning style nodes in iframe mode (#196) styles inserted using the [CSSStyleSheet API](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet/CSSStyleSheet) don't make it across. I'm using [Fela](https://fela.js.org/docs/latest/advanced/dom-rendering) which uses `CSSStyleSheet.insertRule`. StackOverflow answer that...
Taking the example from the readme... ```js widthPreset({ class: 'img thumb', loading: 'lazy', widths: [48, 96], formats: { webp: { quality: 50 }, jpg: { quality: 70 } } })...
Minimal reproduction here: https://github.com/bensmithett/mdx-error-repro Example markdown: https://github.com/bensmithett/mdx-error-repro/blob/master/some_markdown.mdx Example of what I'm trying to do with it: https://github.com/bensmithett/mdx-error-repro/blob/master/index.js#L19 If a heading other than a h1 has nested tags (e.g. code via...
... so you don't need to harvest them out of an `onBreakpointChange` handler - you can just query `metaQuery.activeBreakpoints` at any time to see what the current state of the...
There's a discussion going on over at https://github.com/babel/babel/issues/1337, if a decent solution comes out of that then update this repo & the blog post. Possibly also of interest: - https://github.com/plasticine/inject-loader...