Compare commits
No commits in common. "f39a8319ce697733d389008df6bfc2d342666ac5" and "f9557cf33a8b0757766d72b0d14dd85f6a8106fb" have entirely different histories.
f39a8319ce
...
f9557cf33a
@ -1,15 +0,0 @@
|
|||||||
<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" 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" value="true" />
|
|
||||||
</context>
|
|
||||||
</template>
|
|
||||||
</templateSet>
|
|
Loading…
Reference in New Issue
Block a user