Skip to content

Instantly share code, notes, and snippets.

@suisho
Created June 25, 2015 08:56
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 suisho/dcf967167f27c469f0c5 to your computer and use it in GitHub Desktop.
Save suisho/dcf967167f27c469f0c5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.3)
// ----
.message-box{
.fuga{
.jast-hoge-hoge &
{
color :red;
}
}
}
.message-box{
&.error{
color :red;
}
& .child-error{
color :red;
}
}
.jast-hoge-hoge .message-box .fuga {
color: red;
}
.message-box.error {
color: red;
}
.message-box .child-error {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment