Skip to content

Instantly share code, notes, and snippets.

@jgraffin
Created April 26, 2015 01:28
Show Gist options
  • Save jgraffin/061d1efe66d55726b8ff to your computer and use it in GitHub Desktop.
Save jgraffin/061d1efe66d55726b8ff to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
nav {
ul {
list-style:none;
margin: 0px;
padding: 0px;
}
li {
display: inline-block;
}
a {
text-decoration: underline;
font: {
family: arial;
weight: bold;
};
}
}
nav ul {
list-style: none;
margin: 0px;
padding: 0px;
}
nav li {
display: inline-block;
}
nav a {
text-decoration: underline;
font-family: arial;
font-weight: bold;
}
@jgraffin
Copy link
Author

Play with this gist on SassMeister.

<script src="http://cdn.sassmeister.com/js/embed.js" async></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment