-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPRTTMPRPHT-CSS.xml
73 lines (73 loc) · 4.8 KB
/
PRTTMPRPHT-CSS.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<templateSet group="PRTTMPRPHT-CSS">
<template name="frow" value="display: flex; flex-direction: row;" description="Flex Row" toReformat="false" toShortenFQNames="true">
<context>
<option name="CSS" value="true" />
<option name="CSS_PROPERTY_VALUE" value="false" />
<option name="CSS_RULESET_LIST" value="false" />
</context>
</template>
<template name="fcol" value="display: flex; flex-direction: column;" description="Flex Column" toReformat="false" toShortenFQNames="true">
<context>
<option name="CSS" value="true" />
<option name="CSS_PROPERTY_VALUE" value="false" />
<option name="CSS_RULESET_LIST" value="false" />
</context>
</template>
<template name="hb" value="html, body { height: 100%; width: 100%; padding: 0; margin: 0; }" description="html, body setup" toReformat="false" toShortenFQNames="true">
<context>
<option name="CSS_RULESET_LIST" value="true" />
</context>
</template>
<template name="tease" value="transition: $PROP$ $TIME$ ease;" description="Ease Transition" toReformat="false" toShortenFQNames="true">
<variable name="PROP" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="TIME" expression="" defaultValue=""300ms"" alwaysStopAt="true" />
<context>
<option name="CSS" value="true" />
<option name="CSS_PROPERTY_VALUE" value="false" />
<option name="CSS_RULESET_LIST" value="false" />
</context>
</template>
<template name="tcub" value="transition: $PROP$ $TIME$ cubic-bezier($PARAM_1$, $PARAM_2$, $PARAM_3$, $PARAM_4$); " description="Cubic Bezier Transition" toReformat="false" toShortenFQNames="true">
<variable name="PROP" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="TIME" expression="" defaultValue=""400ms"" alwaysStopAt="true" />
<variable name="PARAM_1" expression="" defaultValue=""0.25"" alwaysStopAt="true" />
<variable name="PARAM_2" expression="" defaultValue=""0.8"" alwaysStopAt="true" />
<variable name="PARAM_3" expression="" defaultValue=""0.25"" alwaysStopAt="true" />
<variable name="PARAM_4" expression="" defaultValue=""1"" alwaysStopAt="true" />
<context>
<option name="CSS" value="true" />
<option name="CSS_PROPERTY_VALUE" value="false" />
<option name="CSS_RULESET_LIST" value="false" />
</context>
</template>
<template name="bpm" value="@media only screen and (max-width: $BREAKPOINT$) { $END$ }" description="Mobile Breakpoint" toReformat="false" toShortenFQNames="true">
<variable name="BREAKPOINT" expression="" defaultValue=""768px"" alwaysStopAt="true" />
<context>
<option name="CSS" value="true" />
</context>
</template>
<template name="gfnt" value="@font-face { font-family: "$FONT_NAME$"; font-style: $FONT_STYLE$; font-weight: $FONT_WEIGHT$; font-display: swap; src: local("$FONT_NAME$$ADDITIVE$"), local("$FONT_NAME_COLLAPSED$-$ADDITIVE_COLLAPSED$"), url("$PATH$$FONT_NAME_COLLAPSED$-$ADDITIVE_COLLAPSED$.ttf") format("truetype"); } " description="@font-face for a local Google Font (ttf)" toReformat="false" toShortenFQNames="true">
<variable name="FONT_NAME" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="FONT_STYLE" expression="" defaultValue=""normal"" alwaysStopAt="true" />
<variable name="FONT_WEIGHT" expression="" defaultValue=""400"" alwaysStopAt="true" />
<variable name="ADDITIVE" expression="" defaultValue="""" alwaysStopAt="true" />
<variable name="FONT_NAME_COLLAPSED" expression="regularExpression(FONT_NAME, "\\s", "")" defaultValue="" alwaysStopAt="true" />
<variable name="ADDITIVE_COLLAPSED" expression="regularExpression(ADDITIVE, "\\s", "")" defaultValue=""Regular"" alwaysStopAt="true" />
<variable name="PATH" expression="" defaultValue=""/assets/font/"" alwaysStopAt="true" />
<context>
<option name="CSS" value="true" />
</context>
</template>
<template name="nlc" value="$SELECTOR$:not(:last-child) { $END$ }" description=":not(:last-child)" toReformat="false" toShortenFQNames="true">
<variable name="SELECTOR" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="CSS" value="true" />
</context>
</template>
<template name="nfc" value="$SELECTOR$:not(:first-child) { $END$ }" description=":not(:first-child)" toReformat="false" toShortenFQNames="true">
<variable name="SELECTOR" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="CSS" value="true" />
</context>
</template>
</templateSet>