Adam Wathan

Results 218 comments of 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...