PS-2022.2.3 <rodude123@rodude123s-yoga7 Update CSS.xml Create Zen CSS.xml

This commit is contained in:
Rohit Pai 2022-11-29 15:28:23 +00:00
parent 59690482c4
commit 3beafa9e61
2 changed files with 7 additions and 5 deletions

View File

@ -12,9 +12,4 @@
<option name="CSS" value="true" /> <option name="CSS" value="true" />
</context> </context>
</template> </template>
<template name="bgcv" value="background-color: var(--$END$);" description="Background colour from var" toReformat="false" toShortenFQNames="true">
<context>
<option name="CSS" value="true" />
</context>
</template>
</templateSet> </templateSet>

7
templates/Zen CSS.xml Normal file
View File

@ -0,0 +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" />
</context>
</template>
</templateSet>