Over the last couple of years, my TiddlyWikis have become increasingly distinctive. Even the most mundane of them have slightly different layouts from each other, introducing a lot of variance in my StyleSheet tiddlers. To manage this, I recently decided to tear apart my usual StyleSheet into individual tiddlers that can be updated or modified individually on a TW-by-TW basis.
My main StyleSheet tiddler now includes several lists of included StyleSheets, like so:
/*{{{*/
[[StyleSheet_Supplement_01]]
[[StyleSheet_Supplement_02]]
/*}}}*/
For some reason, though, the first style definition in at least some (if not all) of my supplemental stylesheets fails to parse.
I've tried removing the /*{{{*/ and /*}}}*/ braces, like so:
[[StyleSheet_Supplement_01]]
[[StyleSheet_Supplement_02]]
I've also tried simplifying the contents of the supplemental stylesheet tiddlers (to remove comments), but that hasn't solved the problem either.
I've uploaded a test case here:
... with specific examples and a copy of my detailed troubleshooting log, so you can see what I've tried already. (There are minimal plugins in the test case TW, just to make it a bit more usable -- but I've tested with no plugins installed, so it doesn't seem likely a plugin could be interfering.)
Can any kind souls out there shed some light on what's going wrong?