Connor Bär

Results 77 comments of Connor Bär

We've released an experimental PhoneNumberInput component in [Circuit UI v8.9](https://github.com/sumup-oss/circuit-ui/releases/tag/%40sumup%2Fcircuit-ui%408.9.0) 🎉 Thanks for the contribution @roma-claudio!

It would be wonderful to get this merged 🙏

Foundry currently doesn’t handle build configs (such as `tsconfig.json` `webpack.config.js`, `.babelrc`) because these are usually provided by the framework (e.g. Next.js, Create React App) and tend to be quite specific...

Since this package integrates with Astro's default Markdown configuration, you can use `rehype` and `remark` plugins to add the desired attributes. [`rehype-external-links`](https://www.npmjs.com/package/rehype-external-links) should work well for your use case. ```js...

Hm, looking at the [source code](https://github.com/astro-community/md/blob/main/packages/md/lib/markdown.js#L5-L16), this would require creating a fresh markdown processor for each invocation of the `markdown` function to be able to pass it a custom markdown...

This change has been postponed until after ~v7~ v8 to align the rollout with the mobile apps.

Blocked by https://github.com/RJWadley/stylelint-no-unsupported-browser-features/issues/299.

Blocked by https://github.com/anandthakker/doiuse/pull/191