Skip to content

Instantly share code, notes, and snippets.

@sjmiles
Last active August 29, 2015 13:57
Show Gist options
  • Save sjmiles/9653249 to your computer and use it in GitHub Desktop.
Save sjmiles/9653249 to your computer and use it in GitHub Desktop.
<template>
<style>
what-goes-here /content/ *:not([top]) [text] {
color: transparent;
}
</style>
<shadow></shadow>
</template>
@sorvell
Copy link

sorvell commented Mar 20, 2014

what-goes-here == a selector that matches a content element. So, for example, * or content or [select=...]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment