TiddlyWiki documentation mentions @@ construction here 
<https://tiddlywiki.com/#Styles%20and%20Classes%20in%20WikiText>.

It says you can do

@@background-color:red;
Your text
@@

How can I use this construction to apply style to a particular element? 
Like,

li {list-style-type: decimal; }

I tried 

@@li {list-style-type: decimal; }

But it does not work.
Question 2 

Document mentions

@@background-color:red;
Your text
@@

But this also works

@@background-color:red;
@@

Your text
More text

Notice that there is no next between @@, but the rule gets applied to the 
whole tiddler.

Is this syntax correct to use? Or is it a bug in TW code?
​

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3ef77247-987b-4529-9709-669334e1c49ao%40googlegroups.com.

Reply via email to