Max Hoffmann
Max Hoffmann
Have you thought about calling it `parent` instead of `container`? As the DOM is a tree I think parent is a better fit: `.component:parent(min-width: 150px)`
In my opinion `:has` and `:matches` read as if the condition applies to the element itself, which it doesn't. In CSS `:context` is a term one might associate with the...
@bastianallgeier I’ve used this successfully in version 4: ``` create: title: "{{ page.uuid.id }}" slug: "{{ page.uuid.id }}" ``` But after upgrading to version 5, I now get the error...
@bastianallgeier I’ve created a new issue for this: https://github.com/getkirby/kirby/issues/7405