Open hasanhaja opened 1 year ago
Am I right in thinking that in normal webc usage, the style scoped to the parent is also applied to the children? If that's the case, this could just be something that's documented because I don't think it makes sense to have scoped styling at the level of layouts.
I think I might be misunderstanding how WebC scoped layouts work. I've not had any issues building and nesting WebC components with scoped styles, but the moment I do this with a layout it breaks. This is what I'm trying to do:
Base layout:
layout.webc
Nested layout:
info.webc
Content:
picks.md
Error:
This worked when I used to have styles scoped to
layout.webc
. It's only the nested version that doesn't want to play ball.