15 lines
873 B
XML
15 lines
873 B
XML
<templateSet group="CSS">
|
|
<template name="dc" value="display: flex; flex-direction: $END$; justify-content: center; align-items: center;" description="Display flex center" toReformat="false" toShortenFQNames="true">
|
|
<context>
|
|
<option name="CSS_DECLARATION_BLOCK" value="true" />
|
|
</context>
|
|
</template>
|
|
<template name="df" value="display: flex; flex-direction: $DIR$; justify-content: $JC$; align-items: $AI$;" description="Dipslay flex" toReformat="false" toShortenFQNames="true">
|
|
<variable name="DIR" expression="" defaultValue="" alwaysStopAt="true" />
|
|
<variable name="JC" expression="" defaultValue="" alwaysStopAt="true" />
|
|
<variable name="AI" expression="" defaultValue="" alwaysStopAt="true" />
|
|
<context>
|
|
<option name="CSS_DECLARATION_BLOCK" value="true" />
|
|
</context>
|
|
</template>
|
|
</templateSet> |