Kelly Mears
Kelly Mears
My only concern: people won't realize `theme.json` is generated and will lose work when it is overwritten. - generates `theme.json` from `bud.config.js` - sets `theme.json` palette from `tailwind.config.js` See: updated...
- Adds en0 IP - Shows `@dist` dir - Breaks down modules by named chunk - Trades old components for ink - Ink componentry is intentionally stateless so it should...
This is too big a process to hinge on a single PR. We'll take it on piecemeal until `tests/unit` is empty. Then we'll close this issue. This PR lays the...
The goal of this PR is to make the introductory docs easier for new users to understand. @alwaysblank if you wanted to provide feedback/help/collaboration, i'm very amenable to it. so...
Enforce backticks. I'm not sure about this one. I want to measure performance impact first. refers: - none ## Type of change **PATCH: backwards compatible change** This PR includes breaking...
Package supporting use of preact. Right now this only handles preact with `@roots/bud-babel`. Todo: - implement for @roots/bud-typescript - implement for @roots/bud-swc - implement for @roots/bud-esbuild refers: - none ##...
## Description When a user has `{"type": "module"}` set in package.json and is using typescript, we should resolve `*.js` imports to `*.ts` sources. ## Context From webpack v5.74.0 release: >...
In my Bedrock projects I typically extend the `Config` class with some simple static methods which I have found to have broad utility. It is the aim of this PR...
I want to add more examples to run tests against. Goals: - adding new examples for popular libraries/frameworks - for examples with optional configuration fns, split the example into two...
### Agreement - [X] This is not a duplicate of an existing issue - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This is not...