PS-2022.2.4 <rodude123@rodude123s-yoga7 Update Zen CSS.xml, CSS.xml

This commit is contained in:
Rohit Pai 2022-12-03 16:37:33 +00:00
parent 8b7341f627
commit 7babdcea18
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<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" />
<option name="CSS_DECLARATION_BLOCK" 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">
@ -9,7 +9,7 @@
<variable name="JC" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="AI" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="CSS" value="true" />
<option name="CSS_DECLARATION_BLOCK" value="true" />
</context>
</template>
</templateSet>

View File

@ -1,7 +1,7 @@
<templateSet group="Zen CSS">
<template name="bgc:v" value="background-color: var(--$END$);" description="Background colour from var" toReformat="false" toShortenFQNames="true">
<context>
<option name="CSS" value="true" />
<option name="CSS_DECLARATION_BLOCK" value="true" />
</context>
</template>
</templateSet>