Skip to content

Instantly share code, notes, and snippets.

@icodeforlove
Created July 31, 2014 20:20
Show Gist options
  • Select an option

  • Save icodeforlove/a3715ea2b235387a7ba7 to your computer and use it in GitHub Desktop.

Select an option

Save icodeforlove/a3715ea2b235387a7ba7 to your computer and use it in GitHub Desktop.
@component TestName {
width: 100px;
height: 100px;
.state-test & {
width: 223px;
}
.header {
width: 100px;
&:hover {
color: blue;
}
.profile, .something {
opacity: .3;
.image {
width: 100px;
height: 100px;
}
.state-active & {
opacity: .4;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment