Skip to content

Instantly share code, notes, and snippets.

@yvessacurae
Created March 14, 2014 21:43
Show Gist options
  • Save yvessacurae/9557611 to your computer and use it in GitHub Desktop.
Save yvessacurae/9557611 to your computer and use it in GitHub Desktop.
Affected code example for an atom/symbols-view issue
#exemple
{
.exemple-0
{
position: relative;
width: 100px;
height: 200px;
background-color: #F00;
.exemple-1
{
position: relative;
width: 50px;
height:10px;
background-color:#FFF;
}
.exemple-1:hover
{
background-color:#000;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment