Created
February 4, 2014 09:45
-
-
Save sivakumar-kailasam/8800764 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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; | |
// } | |
// } | |
// } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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