Skip to content

Instantly share code, notes, and snippets.

@gusaaaaa
Created August 11, 2015 13:27
Show Gist options
  • Save gusaaaaa/1cb76056e8561ad53412 to your computer and use it in GitHub Desktop.
Save gusaaaaa/1cb76056e8561ad53412 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div id="test">
Hola, mundo!
</div>
// ----
// libsass (v3.2.5)
// ----
#test {
visibility: hidden;
display: none;
}
#test:target {
visibility: show;
display: block;
}
#test {
visibility: hidden;
display: none;
}
#test:target {
visibility: show;
display: block;
}
<div id="test">
Hola, mundo!
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment