Skip to content

Instantly share code, notes, and snippets.

@benknight
Created August 13, 2012 17:16
Show Gist options
  • Save benknight/3342564 to your computer and use it in GitHub Desktop.
Save benknight/3342564 to your computer and use it in GitHub Desktop.
Scroped CSS
/**
* Scroped CSS
* Just checking this out since I enabled it in chrome://flags
*/
<div>
<style scoped>
p { height: 100px; background: red; }
</style>
<p>Cool!!</p>
</div>
<div>
<p>Hey guyz can I play too?</p>
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment