Skip to content

Instantly share code, notes, and snippets.

@gabrielseco
Created June 13, 2014 12:07
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 gabrielseco/e3922cb9312ae0e24719 to your computer and use it in GitHub Desktop.
Save gabrielseco/e3922cb9312ae0e24719 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<h1>hola</h1>
<ul>
<li>Hola</li>
<li>Adios</li>
</ul>
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
$red:#ff0000;
h1{
color:$red;
}
ul{
li{
float:right;
}
}
h1 {
color: red;
}
ul li {
float: right;
}
<h1>hola</h1>
<ul>
<li>Hola</li>
<li>Adios</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment