Compare commits

..

No commits in common. "f39a8319ce697733d389008df6bfc2d342666ac5" and "f9557cf33a8b0757766d72b0d14dd85f6a8106fb" have entirely different histories.

View File

@ -1,15 +0,0 @@
<templateSet group="CSS">
<template name="dc" value="display: flex;&#10;flex-direction: $END$;&#10;justify-content: center;&#10;align-items: center;" description="Display flex center" toReformat="false" toShortenFQNames="true">
<context>
<option name="CSS" value="true" />
</context>
</template>
<template name="df" value="display: flex;&#10;flex-direction: $DIR$;&#10;justify-content: $JC$;&#10;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" value="true" />
</context>
</template>
</templateSet>