Skip to content

Instantly share code, notes, and snippets.

@greenhornet79
Created August 7, 2014 14:13
Show Gist options
  • Save greenhornet79/20326f4ddd18cc5e0cde to your computer and use it in GitHub Desktop.
Save greenhornet79/20326f4ddd18cc5e0cde to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
.nav {
width: 100%;
ul {
background: #ddd;
li {
list-style-type: none;
a {
color: red;
&:hover {
}
}
}
}
}
.nav {
width: 100%;
}
.nav ul {
background: #ddd;
}
.nav ul li {
list-style-type: none;
}
.nav ul li a {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment