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
| sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/bin/ |
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
| [remote "stage"] | |
| url = git@github.com:theaccordance/example-repo.git | |
| fetch = +refs/heads/*:refs/remotes/origin/* | |
| push = +refs/heads/dev:refs/heads/gh-pages | |
| push = +refs/heads/dev:refs/heads/dev |
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
| a { | |
| transition: all 0.2s ease-in-out; | |
| -webkit-transition: all 0.2s ease-in-out; | |
| -moz-transition: all 0.2s ease-in-out; | |
| -o-transition: all 0.2s ease-in-out; | |
| } |
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
| .hex-top { | |
| width: 0; | |
| border-bottom: 60px solid #e8e4e2; | |
| border-left: 150px solid transparent; | |
| border-right: 150px solid transparent; | |
| } | |
| .hex-body { | |
| width: 300px; | |
| height: 180px; |
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
| ErrorDocument 404 /404error.html |
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
| <accordion-group ng-class="{true:'active', false:''}[isOpen]"> | |
| <!-- Accordion content goes here --> | |
| </accordion-group> |
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
| <!-- Tooltip is enabled by adding the attribute data-popup-enabled="true" to the input element --> | |
| <input type="range" name="slider-1" id="slider-1" min="0" max="100" value="50" data-popup-enabled="true"> |