Asier Illarramendi
Asier Illarramendi
OK, looks like a type issue, the properties are there, but the types are wrong. If cast to `any` it compiles and works correctly. It's weird though, I've tried to...
Apparently I was missing `"esModuleInterop": true` in `tsconfig.json`; with that setting it works correctly.
I agree with _miragecraft_, I liked more the previous palette. I'm not sure how to improve it by keeping the same information density though.
Hi! Thanks for the immense effort! I've started to review the PR and while I like the general approach, I don't like this at all: 😅 If it's OK **I'll...
I've prepared a couple of PRs: 1. https://github.com/lynnpepin/bevy-website/pull/1 2. https://github.com/lynnpepin/bevy-website/pull/2 Adds an extra layer of CSS vars (tokens) that are CSS _component_ specific. Colors definition is not changed between dark/light...
This is what I see in Firefox: - Open Sans Regular - **First pink box**: `font-size: 60px, line-height: 0.5 (30px)` - **Second pink box**: `font-size: 60px, line-height: 1 (60px)` -...
(the following might not be true, as I'm reading contradictory (?) definitions of "em square") --- @BenjaminBrienen yes, but height of what? Because it's not of the caps, or from...
Ignore my previous comments (🙈), I just realized that Bevy uses `1.2` hard-coded line-height, which gives the same result as in Firefox. The good part is that I learned few...
For what is worth… `bevy-reactor` vs Firefox: **1px offset**.  HTML ```html .button-wrapper { display: inline-flex; flex-direction: row; justify-content: center; align-items: center; align-content: center; padding: 0 10.5px; border: 0; color:...
IMO, OP is correct, text looks too low in Bevy. `Md`/`Xs`/`Xxs` look particularly bad in the first screenshot, or the first two rows (which are `Md` size). Also note that...