Yves Hoppe
Yves Hoppe
Is there any reason to hard-code the font-family in the default css? This is causing styling issues on sites not using Roboto (or any of the other fonts listed in...
Allow optional overriding the styles (like label color which is hard coded to `#222`) in the SketchFields from the parent component.
I really like the appendToBody directive, but in certain cases this is too unflexible. Especially when you are in a scroll container or in an fixed positioned element. Could we...
Hey @ciar4n, i feel the basic [font-size, line-height and weight](https://github.com/bonsaicss/bonsai.css/blob/master/src/base/_body.css#L9) in _body.css should be CSS variables too. Would fit into the general scheme and makes overriding them easier, especially because...
Hey @ciar4n and @C-Lodder, you can currently set the heading (h1-h6) color with the color class helpers (.white, .blue etc.), but not on other elements. What do you think about...
Hello! currently trying to get Hyprland (git main & latest release) working on a fresh Gentoo install, but it's always crashing without a (for me) useful error message. Other Wayland...
Hello, using Vue 3, Vite, TS and an custom ckeditor 5 build (nothing fancy, just some plugins, **no** watchdog) following the [documentation](https://ckeditor.com/docs/ckeditor5/latest/installation/integrations/vuejs-v3.html#integrating-a-build-from-the-online-builder) got me an "Error: this.editor.create is not a...