Max Fenton
Max Fenton
It’s not documented, but it _seems_ like this _works_ when `data-plyr-embed-id="[complete vimeo URL including id and hash]"`, but does _not_ work with just `data-plyr-embed-id="[id]/][hash]"` — I hope that helps someone...
Thanks for all of this. VV is _super_ helpful to me every day.
Is the 2.0.0 alpha working for anyone with JIT classes? It does nothing for me.
Wow, thank you @jonathantneal — this is my _looks at watch_ third day of even thinking about this issue as it relates to some clever Tailwind classes and I'm sorry...
I have two more examples to add: input: ``` x-bind:class="open ? 'rotate-180' : ''" role="decoration"> ``` output: ``` x-bind:class="open ?'rotate-180' : ''" role="decoration"> ``` input: ``` :class="submenu == 'hours' ?...
@colb That looks identical to me. Am I overlooking the fix?
Docker reports that Docker 4.7 freezes are fixed by upgrading to MacOS 12.4. And that 4.8 works with both. https://github.com/docker/for-mac/issues/6275 Any progress on `SSH Key Loading` ?
Assuming you want test cases and not just a quick replace of `substr(` with `mb_substr(` -- probably not for a couple of week. (As a note, Craft CMS uses `mb_substr`...
I never did do this.
I wish there were an option flag like `warnOnEmpty` that defaults to true but could be changed with `require('postcss-easy-import')({ prefix : 'true', warnOnEmpty: 'false' }),`