Compare commits
No commits in common. "7babdcea1833bd9c647907d0ce73316df427066a" and "59690482c4952c5051d0059a82a35d054facc6b8" have entirely different histories.
7babdcea18
...
59690482c4
@ -1,5 +0,0 @@
|
||||
<application>
|
||||
<component name="EditorSettings">
|
||||
<option name="USE_SOFT_WRAPS" value="" />
|
||||
</component>
|
||||
</application>
|
6
find.xml
6
find.xml
@ -1,8 +1,8 @@
|
||||
<application>
|
||||
<component name="FindSettings">
|
||||
<option name="customScope" value="All Places" />
|
||||
<option name="defaultScopeName" value="All Places" />
|
||||
<option name="SEARCH_SCOPE" value="All Places" />
|
||||
<option name="customScope" value="Project 'coursework'" />
|
||||
<option name="defaultScopeName" value="Project 'coursework'" />
|
||||
<option name="SEARCH_SCOPE" value="Project 'coursework'" />
|
||||
<mask>*.css</mask>
|
||||
<mask>*.html</mask>
|
||||
<mask>*.xml</mask>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<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_DECLARATION_BLOCK" value="true" />
|
||||
<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">
|
||||
@ -9,7 +9,12 @@
|
||||
<variable name="JC" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<variable name="AI" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="CSS_DECLARATION_BLOCK" value="true" />
|
||||
<option name="CSS" value="true" />
|
||||
</context>
|
||||
</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>
|
@ -1,7 +0,0 @@
|
||||
<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_DECLARATION_BLOCK" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
</templateSet>
|
@ -1,7 +0,0 @@
|
||||
<templateSet group="Zen HTML">
|
||||
<template name="label" value="<label for="$VAR0$">$END$</label>" description="<label for="...">...</label>" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
||||
<variable name="id" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context />
|
||||
</template>
|
||||
</templateSet>
|
Loading…
Reference in New Issue
Block a user