I just spent the last hour trying to figure out why some CSS wasn’t working.
My TiddlyWiki has 3 CSS tiddlers.
The CSS in “Tiddler B” has nothing wrong with it at all.
Turns out that the CSS in “Tiddler B” was not getting applied because the last line of CSS in “Tiddler A” was missing a lousy “}”. So all of the styling in Tiddler A was being applied, but the styling in Tiddler B was not happening because of the missing “}” at the end of Tiddler A.
So heads up. What may seem like a problem with CSS in one tiddler may actually be an issue with the CSS in some other tiddler.
Now, how to reattach all of this hair …