Open
Description
The documentation for pattern states says, it is possible to add the custom styles for newly added states to ./source/css/pattern-scaffolding.css
.
But is this actually true? Is the pattern-scaffolding.css
able to overwrite styles in the Pattern Lab UIKit? I believe this is a mistake as to my knowledge, the pattern-scaffolding.css
is only loaded via the _head
file inside the iFrame of the rendered patterns and doesn't have access to the outside context.
Or I simply misunderstand the documentation.