Alex Lende
Alex Lende
 ---  --- I was messing around with some of the upcoming [CSS Color Module Level 5](https://www.w3.org/TR/css-color-5/) features for generating interesting gradients from single colors. ```CSS background: linear-gradient(...
Color spaces need to be registered for `parse`, `convert`, `toGamut`, and `serialize` to work in the procedural example. I was a bit surprised that I had to register LCH for...
## What? Fixes the 6.5 JSON schema and docs. There were some last minute changes for 6.5 that didn't get backported for the theme.json schema. ## Why? Bug fix /...
> Adding noise makes otherwise solid colors or smooth gradients, such as shadows, more realistic. But despite designers’ affinity for texture, noise is rarely used in web design.  about adding custom translations through the [Loco Translate](https://wordpress.org/plugins/loco-translate/) plugin. It appears that for translations to work through the plugin, a POT file...
It would be nice to compile frontend dependencies, so 3rd party code can be added to the dependencies rather than being included in the repo (for example, [twgl](https://github.com/Automattic/block-experiments/tree/ed5cb8b3d7c301b1d7638ef67068fb0d45db3c06/blocks/motion-background/twgl))
## What? Fixes a small assortment of issues with the JSON schemas. ## Why? Preparation for: - #62462 ## How? Each fix is added as its own commit. ## Testing...