Christian Oliff
Christian Oliff
This means it can be formatted with Prettier and the file will have syntax highlighting and JSON linting in IDEs and on GitHub Web UI. # PR Checklist Before creating...
It'd be good to add a guides section with suggestions/recommendations for using HTMLHint with various build tools and languages such as Svelte, Hugo, Astro and more... hopefully the community can...
It'd be helpful if every PR had a deploy preview of website changes. This could be handled with by either Cloudflare, a GitHub Action, Azure SWA or Netlify.
React 19 builds are failing so we can't publish to npmjs yet GitHub Action Failure Output: https://github.com/trimble-oss/modus-web-components/actions/runs/15210403925/job/42782977658 ```txt > @trimble-oss/[email protected] build > npm run tsc > @trimble-oss/[email protected][9](https://github.com/trimble-oss/modus-web-components/actions/runs/15210403925/job/42782977658#step:7:10) tsc > tsc...
It's always good to use the latest Storybook version... Upgrade should be straightforward: https://storybook.js.org/docs/migration-guide
The regex correctly works on this: `` but not: `` Can we improve the regex to account for that?
### Prerequisites - [x] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [x] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal Bootstrap's docs are already very fast as...
### Prerequisites - [x] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [x] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal This is a minor thing, but if...
### Description One thing I always have in my mind when building accessible components is 'the better this works without any CSS the better', (and 'the better this works without...