This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# | |
Social Links Array | |
Examples: | |
{{ dh_macros.dh_socialLinks([ | |
'twitter', | |
'facebook', | |
'xing' | |
], true) }} | |
#} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// When we give an element some ‘attention’. | |
@mixin attention() { | |
&:hover, | |
&:active, | |
&:focus { | |
@content; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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" /> |
NewerOlder