Skip to content

Instantly share code, notes, and snippets.

@intellix
Created January 12, 2016 15:22
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 intellix/bf89563053ad900fd18c to your computer and use it in GitHub Desktop.
Save intellix/bf89563053ad900fd18c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
#this,
#looks,
#innocent {
.red {
color: red;
.margin {
margin: 0;
}
.padding {
padding: 0;
}
}
.blue {
color: blue;
.margin {
margin: 0;
}
.padding {
padding: 0;
}
}
.green {
color: green;
.margin {
margin: 0;
}
.padding {
padding: 0;
}
}
}
#this .red,
#looks .red,
#innocent .red {
color: red;
}
#this .red .margin,
#looks .red .margin,
#innocent .red .margin {
margin: 0;
}
#this .red .padding,
#looks .red .padding,
#innocent .red .padding {
padding: 0;
}
#this .blue,
#looks .blue,
#innocent .blue {
color: blue;
}
#this .blue .margin,
#looks .blue .margin,
#innocent .blue .margin {
margin: 0;
}
#this .blue .padding,
#looks .blue .padding,
#innocent .blue .padding {
padding: 0;
}
#this .green,
#looks .green,
#innocent .green {
color: green;
}
#this .green .margin,
#looks .green .margin,
#innocent .green .margin {
margin: 0;
}
#this .green .padding,
#looks .green .padding,
#innocent .green .padding {
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment