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
#!/usr/bin/env bash | |
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done | |
git fetch --all | |
git pull --all |
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="size-indicator" style="position:absolute; z-index:100; top:10px; left:10px;"> | |
<span class="label label-default visible-xs-inline">Extra Small (<768px)</span> | |
<span class="label label-primary visible-sm-inline">Small (≥768px)</span> | |
<span class="label label-success visible-md-inline">Medium (≥992px)</span> | |
<span class="label label-info visible-lg-inline">Large (≥1200px)</span> | |
</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
<div class="wrapper"> | |
<div class="content"> | |
</div> | |
</div> |