This file contains 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
export default { | |
mounted() { | |
this.$on('clipboard-copy', (payload) => { | |
this.copyToClipboard(payload) | |
}) | |
}, | |
methods: { | |
/** | |
* Copies the given value to the keyboard. | |
*/ |
This file contains 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
body { | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | |
} |
This file contains 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
html { | |
&:lang(af) { quotes: '\201E' '\201D' '\201A' '\2019';} | |
&:lang(bg) { quotes: '\201E' '\201C' '\201A' '\2018';} | |
&:lang(cs) { quotes: '\201E' '\201C' '\201A' '\2018';} | |
&:lang(da) { quotes: '\00BB' '\00AB' '\203A' '\2039';} | |
&:lang(de) { quotes: '\201E' '\201C' '\201A' '\2018';} | |
&:lang(el) { quotes: '\00AB' '\00BB' '\2039' '\203A';} | |
&:lang(en) { quotes: '\2018' '\2019' '\201C' '\201D';} | |
&:lang(es) { quotes: '\00AB' '\00BB' '\2039' '\203A';} |
This file contains 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
html{ | |
&:lang(af) { quotes: '\201E' '\201D' '\201A' '\2019';} | |
&:lang(bg) { quotes: '\201E' '\201C' '\201A' '\2018';} | |
&:lang(cs) { quotes: '\201E' '\201C' '\201A' '\2018';} | |
&:lang(da) { quotes: '\00BB' '\00AB' '\203A' '\2039';} | |
&:lang(de) { quotes: '\201E' '\201C' '\201A' '\2018';} | |
&:lang(el) { quotes: '\00AB' '\00BB' '\2039' '\203A';} | |
&:lang(en) { quotes: '\2018' '\2019' '\201C' '\201D';} | |
&:lang(es) { quotes: '\00AB' '\00BB' '\2039' '\203A';} | |
&:lang(fi) { quotes: '\201D' '\201D' '\2019' '\2019';} |
This file contains 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
<div class="supernav-container"> | |
<div class="main-nav"> | |
<dt class="has-supercategories">Item title</dt> | |
<dd class="super-nav"> | |
<ul class="super-nav-categories"> | |
<li> | |
Subcategory title | |
<ul class="super-nav-subcats"> | |
<li>Subcategory item</li> | |
</ul> |
This file contains 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
<div class="tag"> | |
this is a tag | |
</div><div class="tag"> | |
this is a tag | |
</div><div class="tag"> | |
this is a tag | |
</div><div class="tag"> | |
this is a tag | |
</div> |
This file contains 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
<body> | |
<p class="primary">Hi Bun. :></p> | |
<p class="complement">Complementary butt.</p> | |
</body> |
This file contains 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
yes |