Describe the bug
I'll just cite what I added to the documentation of Skinned Stereotypes:
Important: unlike class stereotypes, there must be no space between the skin parameter and the following stereotype. Any of the spaces shown as _ below will cause all skinparams to be ignored, see discord discussion:
BackgroundColor_<<Foo>>
skinparam stereotypeCBackgroundColor_<<Foo>> DimGray
To Reproduce
This diagram looks as expected:

If you add a space between skinparam ClassBackgroundColor and <<Resource>> as in here, all skin params are lost:

@The-Lum who is the amazing Living Memory of plantuml helped me to figure this out, and doesn't think it's a bug.
But I think it's a bug: space is allowed in class foo <<stereotype>>: so why would it be forbidden in skin params?
Describe the bug
I'll just cite what I added to the documentation of Skinned Stereotypes:
Important: unlike class stereotypes, there must be no space between the skin parameter and the following stereotype. Any of the spaces shown as
_below will cause all skinparams to be ignored, see discord discussion:BackgroundColor_<<Foo>>skinparam stereotypeCBackgroundColor_<<Foo>> DimGrayTo Reproduce
This diagram looks as expected:

If you add a space between

skinparam ClassBackgroundColorand<<Resource>>as in here, all skin params are lost:@The-Lum who is the amazing Living Memory of plantuml helped me to figure this out, and doesn't think it's a bug.
But I think it's a bug: space is allowed in
class foo <<stereotype>>: so why would it be forbidden in skin params?