Jannis Borgers
Jannis Borgers
**Example:** ``` :root { --color--text: 18, 18, 26; } body { color: rgba(var(--color--text), 0.8); } ``` **Expected outcome:** ``` body { color: rgba(18, 18, 26, 0.8); } ``` **Actual outcome:**...
At the moment, SEOmatic fields like the site meta description cannot have emoji characters. If you put them in (via pasting or via the native macOS HUD), the whole field...
Wonderful plugin, and really helpful! I used it to find the start day of the first matrix block, and the end day of the last matrix block, used when comparing...
I’m not sure when this happened, but the watch process doesn’t regenerate the site anymore. The changes I made to a molecule aren’t updated in the organism it was included...
I found [this thread](#68) after I tried lychee on multiple of my sites when deploying them to a staging environment and always had problems of no results. Basic auth is...
This PR fixes a problem I encountered when this grammar was used inside the [Twig language extension for the Zed editor](https://github.com/YussufSassi/zed-twig). In the Zed editor, auto-closing of `{{` resulted in...