This file contains hidden or 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
| / Star them to stick them to the top under popular projects | |
| / Sort alphabetically or by recent activity | |
| / Image for the project can be uploaded, or one of our many | |
| / random stock photos can be used. | |
| .container | |
| .card | |
| .card__header | |
| %p.card__subhead Git | |
| %h3.card__heading Android Application |
This file contains hidden or 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
| / Star them to stick them to the top under popular projects | |
| / Sort alphabetically or by recent activity | |
| / Image for the project can be uploaded, or one of our many | |
| / random stock photos can be used. | |
| .container | |
| .card | |
| .card__header | |
| %p.card__subhead Git | |
| %h3.card__heading Android Application |
This file contains hidden or 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
| git config branch.autosetuprebase always | |
| git config branch.v5.rebase true |
This file contains hidden or 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
| .btn-group | |
| %a.btn{:href => '#'} Refresh | |
| %a.btn{:href => '#'} Follow | |
| %a.btn{:href => '#'} Back to list |
This file contains hidden or 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
| %ul.dropdown | |
| %li.dropdown__item.dropdown__item--active | |
| %a.dropdown__link{:href => '#'} Hello? | |
| %ul.dropdown__menu | |
| %li.dropdown__menu-item | |
| %a.dropdown__menu-link{:href => '#'} Option 1 | |
| %li.dropdown__menu-item | |
| %a.dropdown__menu-link{:href => '#'} Option 2 | |
| %li.dropdown__menu-item | |
| %a.dropdown__menu-link{:href => '#'} Option 3 |
This file contains hidden or 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
| .dialog | |
| %a.dialog__button{:href => '#'} Click |
This file contains hidden or 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
| ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl |
This file contains hidden or 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="box">Testing</div> |
This file contains hidden or 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.3) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| =e($name) | |
| &__#{$name} | |
| @content | |
| =m($name) |
This file contains hidden or 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.3) | |
| // Compass (v1.0.0.alpha.18) | |
| // Breakpoint (v2.4.1) | |
| // ---- | |
| @import "breakpoint" | |
| $mobile-font-size: 16px | |
| $ipad-font-size: 18px |