⌘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 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"> |
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="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 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 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 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 Class for developer specific information | |
* | |
* @author Kristina Auckland | |
* @version 0.1 | |
* @date 2013-05-14 09:57 | |
* | |
* | |
* @example | |
* <div class="globalHeader"> |
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
# Require any additional compass plugins here. | |
require "susy" | |
# require "modular-scale" | |
# require "sassy-buttons" | |
# require "animation" | |
# Set this to the root of your project when deployed: | |
http_path = "/" | |
css_dir = "css" | |
sass_dir = "css-src" |
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
name: Project name | |
markdown: redcarpet | |
pygments: true | |
# Exclude the following from the build | |
# exclude css-src as this is the sass and not required for output | |
# exclude .sass-cache as not required for output | |
# exclude config.rb as these are the configuration settings for compass | |
# core files/folders to exclude |
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
// ---- | |
// Sass (v3.3.3) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
.flash { | |
border: 3px solid green; | |
padding: 1em; | |
&--red { |
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
{ | |
"debug": false, | |
"domain": null, | |
"lintScripts": false, | |
"modelSource": null, | |
"preprocessorLocations": "css-src", | |
"preprocessorScriptOutput": "scripts", | |
"preprocessorStyleOutput": "../static/css", | |
"projectDescription": "Project Description", | |
"projectName": "Project Name", |
OlderNewer