Skip to content

Instantly share code, notes, and snippets.

@kerryChen95
Created November 3, 2014 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerryChen95/354bc3867274f230184c to your computer and use it in GitHub Desktop.
Save kerryChen95/354bc3867274f230184c to your computer and use it in GitHub Desktop.
`attr()` function for CSS `content` property
.foo:before {
content: attr(data-line-number); // equal `content: 95`
}
<div class="foo" data-line-number="95"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment