Created
July 22, 2014 22:47
-
-
Save cimmanon/7c30bbe04831887a9cae 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
<form class="form-horizontal"> | |
<div class="form-input-group">x</div> | |
<div class="form-input-group">x</div> | |
<div class="form-input-group">x</div> | |
</form> |
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.2.19) | |
// Compass (v0.12.6) | |
// ---- | |
.form-horizontal { | |
margin-bottom: 15px; | |
.form-input-group:last-child { | |
margin-bottom: 0; | |
background-color: blue; | |
} | |
} |
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
.form-horizontal { | |
margin-bottom: 15px; | |
} | |
.form-horizontal .form-input-group:last-child { | |
margin-bottom: 0; | |
background-color: blue; | |
} |
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
<form class="form-horizontal"> | |
<div class="form-input-group">x</div> | |
<div class="form-input-group">x</div> | |
<div class="form-input-group">x</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment