Skip to content

Instantly share code, notes, and snippets.

@mrsweaters
Created February 1, 2014 00:50
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 mrsweaters/8746359 to your computer and use it in GitHub Desktop.
Save mrsweaters/8746359 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
$namespace: false !default;
@function data($attr) {
@if $namespace {
@return '[data-' + $namespace + '-' + $attr + ']';
}
@return '[data-' + $attr + ']';
}
#{data('abide')} {
color: blue;
}
[data-abide] {
color: blue; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment