Adam Wathan
Adam Wathan
Also what is does your source CSS file look like? Can you tell what is giving you the "Missed semicolon" error? I'm not sure if it's Node or something else,...
Hey! For now just going to let people who need this info find it via these existing discussions about it online š Thanks though.
Sounds like maybe you arenāt using Autoprefixer to add the necessary vendor prefixes to the āappearance-noneā class. Try adding that to your build and it should help šš» On Jan...
I think another reason is that `fieldset` elements cannot be `display: flex` š¢
Based on my research it's a bad idea to included system-ui in the font stack right now: https://infinnie.github.io/blog/2017/systemui.html
Having same issues here, the action "Format Document" doesn't work, only "Liquid: Format Document", which VS Code doesn't seem to recognize as a regular formatter so format on save doesn't...
Hey thanks for reporting! I can reproduce this when using `pnpm` instead of `npm` to install the dependencies and run the dev script. Will try to take a look at...
Hoping we can improve this but it might be out of our hands ā we do need to programmatically focus things a lot in Headless UI for accessibility reasons and...
Can you share some examples of devices that donāt properly relate labels and inputs without nesting?
Asked about this on Twitter and canāt find any evidence to support this is an issue. Only found the opposite in fact ā that using both approaches at once causes...