You can't use print_default_stylesheet with a theme layer. When I try, I get an error that reads:
Compile error: line 20, column 1: Only core, markup and layout layers can define new functions. S2::NodeFunction, S2/NodeFunction.pm, 191 S2::Checker, S2/Checker.pm, 374 S2::Compiler, S2/Compiler.pm, 34
If you want to take what was essentially a theme for Tabula Rasa and write it as a layout, so one can use print_default_stylesheet, are there any functions that need to be re-written in the layout layer in addition to setting properties and writing the css?
print_default_stylesheet
If you want to take what was essentially a theme for Tabula Rasa and write it as a layout, so one can use print_default_stylesheet, are there any functions that need to be re-written in the layout layer in addition to setting properties and writing the css?