⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
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
/** | |
* @description: Creates the styling for the social navigation | |
* | |
* @author: kaelifa | |
* @version: 0.1 | |
* @date: 2013-02-02 | |
* | |
* | |
* @example: | |
* <nav class="navSocial"> |
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
/** | |
* @description: Creates the styling for the social navigation | |
* | |
* @author: kaelifa | |
* @version: 0.1 | |
* @date: 2013-02-02 | |
* | |
* | |
* @example: | |
* <nav class="navSocial"> |
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="example-colour75"> | |
<p>Example colour with 75% opacity</p> | |
</div> | |
<div class="example-colour5"> | |
<p>Example colour with 50% opacity</p> | |
</div> | |
<div class="example-colour5"> |
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="example-colour75"> | |
<p>Example colour with 75% opacity</p> | |
</div> | |
<div class="example-colour50"> | |
<p>Example colour with 50% opacity</p> | |
</div> | |
<div class="example-colour25"> |
NewerOlder