Skip to content

Instantly share code, notes, and snippets.

@lucasan
Created March 21, 2014 16:54
Show Gist options
  • Save lucasan/9690606 to your computer and use it in GitHub Desktop.
Save lucasan/9690606 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<html>
<head>
<title>A title</title>
</head>
<body>
<h1>A heading</h1>
<p>A text</p>
</body>
</html>
// ----
// Sass (v3.3.3)
// Compass (v1.0.0.alpha.18)
// ----
body {
p{
color: red;
}
}
body p {
color: red;
}
<html>
<head>
<title>A title</title>
</head>
<body>
<h1>A heading</h1>
<p>A text</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment