Skip to content

Instantly share code, notes, and snippets.

View davidhellmann's full-sized avatar
🤔
Focusing

David Hellmann davidhellmann

🤔
Focusing
View GitHub Profile
{#
Social Links Array
Examples:
{{ dh_macros.dh_socialLinks([
'twitter',
'facebook',
'xing'
], true) }}
#}
// When we give an element some ‘attention’.
@mixin attention() {
&:hover,
&:active,
&:focus {
@content;
}
}
<template name="##" value="{# $END$ #}" toReformat="false" toShortenFQNames="true">
<context>
<option name="HTML_TEXT" value="true" />
<option name="HTML" value="true" />
<option name="Twig" value="true" />
</context>
</template>
<template name="%%" value="{% $END$ %}" toReformat="false" toShortenFQNames="true">
<context>
<option name="HTML_TEXT" value="true" />