hidden_if

NAML documentation   Watch a video
   Usages of this macro
... in utilities.naml
1022
1023
1024
1025
1026
<macro name="hidden_if" dot_parameter="condition">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.condition>
        <then>display:none;</then>
    </n.if.condition>
</macro>