Skip to content

Instantly share code, notes, and snippets.

@aarmora
Last active August 29, 2015 14:24
Show Gist options
  • Save aarmora/47b4162486381371b9aa to your computer and use it in GitHub Desktop.
Save aarmora/47b4162486381371b9aa to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<style>
.admin_page textarea {
height: 200px;
}
</style>
<div class="admin_page">
<div>
<div class="form-group">
<textarea class="form-control"></textarea>
</div>
</div>
</div>
// ----
// libsass (v3.2.5)
// ----
.admin_page {
textarea {
height: 200px;
}
}
.admin_page textarea {
height: 200px;
}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<style>
.admin_page textarea {
height: 200px;
}
</style>
<div class="admin_page">
<div>
<div class="form-group">
<textarea class="form-control"></textarea>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment