Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created May 6, 2015 09:58
Show Gist options
  • Save cimmanon/7b65521c20d307f0e9a7 to your computer and use it in GitHub Desktop.
Save cimmanon/7b65521c20d307f0e9a7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="cowPen" data-cows="moo">The cow says </div>
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
.cowPen:after {
content: attr(data-cows);
}
.cowPen:after {
content: attr(data-cows);
}
<div class="cowPen" data-cows="moo">The cow says </div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment