mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 02:26:19 +00:00
11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
|
title: $:/core/macros/CSS
|
||
|
tags: $:/tags/Macro
|
||
|
|
||
|
\define colour(name)
|
||
|
<$transclude tiddler={{$:/palette}} index="$name$"/>
|
||
|
\end
|
||
|
|
||
|
\define color(name)
|
||
|
<<colour $name$>>
|
||
|
\end
|