2021-11-25 16:26:32 +00:00
<templateSet group= "Zen CSS" >
<template name= "dc" value= "display: flex; flex-direction: $END$; justify-content: center; align-items: center;" description= "Display contents in the center using flex" toReformat= "false" toShortenFQNames= "true" >
<context >
<option name= "CSS_DECLARATION_BLOCK" value= "true" />
</context>
</template>
2022-06-16 15:35:34 +01:00
<template name= "df" value= "display: flex; flex-direction: $FD$; justify-content: $JC$; align-items: $AI$;" description= "display flex" toReformat= "false" toShortenFQNames= "true" >
<variable name= "FD" expression= "" defaultValue= "" alwaysStopAt= "true" />
<variable name= "JC" expression= "" defaultValue= "" alwaysStopAt= "true" />
<variable name= "AI" expression= "" defaultValue= "" alwaysStopAt= "true" />
<context >
<option name= "CSS" value= "true" />
</context>
</template>
<template name= "bgcv" value= "background-color: var(--$END$)" description= "background colour with variable" toReformat= "false" toShortenFQNames= "true" >
<context >
<option name= "CSS" value= "true" />
</context>
</template>
2021-11-25 16:26:32 +00:00
</templateSet>