Skip to content

Instantly share code, notes, and snippets.

@alfonsojon
Created July 10, 2015 14:54
Show Gist options
  • Save alfonsojon/5a16239a59efb6df4024 to your computer and use it in GitHub Desktop.
Save alfonsojon/5a16239a59efb6df4024 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<html>
<head>
<title>Livecraft</title>
<link href="css/main.css" res="stylesheet" />
<meta charset="UTF-8" />
</head>
<body>
<div>
<nav>
<ul>
<li>
<span><a role="nav" href="index">About</a></span>
<span><a role="nav" href=""></a></span>
</li>
</ul>
</nav>
<article role="left">
</article>
<aside role="right">
</aside>
<footer>
<div role="left">
</div>
<div role="right">
</div>
</footer>
</div>
</body>
</html>
// ----
// libsass (v3.2.5)
// ----
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100);
html {
font-family: "Roboto", sans-serif;
//font-weight: 100;
body {
div {
nav {
ul {
li {
span {
}
}
}
}
article[role="left"] {
}
aside[role="right"] {
}
footer {
div[role="left"] {
}
div[role="right"] {
}
}
}
}
}
a[role="nav"] {
text-decoration: none;
}
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100);
html {
font-family: "Roboto", sans-serif;
}
a[role="nav"] {
text-decoration: none;
}
<html>
<head>
<title>Livecraft</title>
<link href="css/main.css" res="stylesheet" />
<meta charset="UTF-8" />
</head>
<body>
<div>
<nav>
<ul>
<li>
<span><a role="nav" href="index">About</a></span>
<span><a role="nav" href=""></a></span>
</li>
</ul>
</nav>
<article role="left">
</article>
<aside role="right">
</aside>
<footer>
<div role="left">
</div>
<div role="right">
</div>
</footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment