Skip to content

Instantly share code, notes, and snippets.

@dawidw
Last active December 21, 2015 17:38
Show Gist options
  • Save dawidw/6341584 to your computer and use it in GitHub Desktop.
Save dawidw/6341584 to your computer and use it in GitHub Desktop.
/* posts.scss */
.posts{
&.show{
div.posts_list{
div.post{
background: whitesmoke;
p.post_title{
font-size: 16px;
}
}
}
}
}
.posts.show div.posts_list div.post {
background: whitesmoke;
}
.posts.show div.posts_list div.post p.post_title {
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment