PS-2022.2.3 <rodude123@rodude123s-yoga7 Create CSS.xml
This commit is contained in:
parent
c432624c71
commit
66900cfc38
15
templates/CSS.xml
Normal file
15
templates/CSS.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<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