The ThemeVisitor visits every style in the theme in a depth-first fashion.
Applies a function to every style in the theme.
Function to be called with style as an argument. Function should return true to cancel visitation.
style
true
true if function has finished prematurely.
Generated using TypeDoc
The ThemeVisitor visits every style in the theme in a depth-first fashion.