Skip to content

Instantly share code, notes, and snippets.

@kuzyn
Created February 2, 2016 12:46
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 kuzyn/44c62c501afa234489ba to your computer and use it in GitHub Desktop.
Save kuzyn/44c62c501afa234489ba to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class='container'>
<div class='box'>
<div class='box'>
<div class='box'>
<div class='box' state='true'>
<div class='box'>
</div>
// ----
// libsass (v3.3.2)
// ----
$primary-color: salmon;
$secondary-color: lightblue;
.container {
height: 200px;
width: 200px;
background-color: $primary-color;
}
.box {
width: 10px;
height: 10px;
background-color: secondary-color;
}
.container {
height: 200px;
width: 200px;
background-color: salmon;
}
.box {
width: 10px;
height: 10px;
background-color: secondary-color;
}
<div class='container'>
<div class='box'>
<div class='box'>
<div class='box'>
<div class='box' state='true'>
<div class='box'>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment