Skip to content

Instantly share code, notes, and snippets.

@sivakumar-kailasam
Created February 4, 2014 09:45
Show Gist options
  • Save sivakumar-kailasam/8800764 to your computer and use it in GitHub Desktop.
Save sivakumar-kailasam/8800764 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="container">
<div class="hero-unit">
<h1>Bootstrap jsFiddle Skeleton</h1>
<p>Fork this fiddle to test your Bootstrap stuff.</p>
<p>
<a class="btn btn-primary btn-large" href="http://twitter.github.com/bootstrap/index.html" target="_blank">
Learn more about Bootstrap
</a>
</p>
</div>
</diV>
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
// @import "bootstrap";
// $btn_color : white;
// $btn_primary_color: green;
// .btn {
// color: $btn_color;
// &.btn-primary {
// background-color: $btn_primary_color;
// &:hover {
// text-decoration: underline;
// }
// }
// }
<div class="container">
<div class="hero-unit">
<h1>Bootstrap jsFiddle Skeleton</h1>
<p>Fork this fiddle to test your Bootstrap stuff.</p>
<p>
<a class="btn btn-primary btn-large" href="http://twitter.github.com/bootstrap/index.html" target="_blank">
Learn more about Bootstrap
</a>
</p>
</div>
</diV>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment