title: $:/snippets/peek-stylesheets \define expandable-stylesheets-list() \whitespace trim
    <$list filter="[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]"> <$vars state=<>> <$set name="state" value={{{ [addsuffix] }}}>
  1. <$reveal type="match" state=<> text="yes" tag="span"> <$button set=<> setTo="no" class="tc-btn-invisible"> {{$:/core/images/down-arrow}} <$reveal type="nomatch" state=<> text="yes" tag="span"> <$button set=<> setTo="yes" class="tc-btn-invisible"> {{$:/core/images/right-arrow}} <$link> <$view field="title"/> <$reveal type="match" state=<> text="yes" tag="div"> <$set name="source" tiddler=<>> <$wikify name="styles" text=<>> <$codeblock code=<> language="css"/>
\end \define stylesheets-list() \whitespace trim
    <$list filter="[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]">
  1. <$link> <$view field="title"/> <$set name="source" tiddler=<>> <$wikify name="styles" text=<>>
    
    <$text text=<>/>
    
    
\end \whitespace trim <$vars modeState=<>> <$reveal type="nomatch" state=<> text="expanded" tag="div"> <$button set=<> setTo="expanded" class="tc-btn-invisible">{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Stylesheets/Expand/Caption}} <$reveal type="match" state=<> text="expanded" tag="div"> <$button set=<> setTo="restored" class="tc-btn-invisible">{{$:/core/images/chevron-down}} {{$:/language/ControlPanel/Stylesheets/Restore/Caption}} <$reveal type="nomatch" state=<> text="expanded" tag="div"> <> <$reveal type="match" state=<> text="expanded" tag="div"> <>