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
| $base-font-size: 16px; | |
| $base-line-height: 1.5; | |
| // this value may vary for each font | |
| // unitless value relative to 1em | |
| $cap-height: 0.68; | |
| @mixin baseline($font-size, $scale: 2) { |
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
| /// | |
| var pkg = require("./package.json") | |
| , gulp = require("gulp") | |
| , gutil = require("gulp-util") | |
| , concat = require("gulp-concat") | |
| /// | |
| // HTML (Jade) | |
| /// | |
| var jade = require("gulp-jade") |
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
| # Variables referenced: | |
| # [project-name]: a name you make up as your project folder on the server. | |
| # [repository-name]: the short name of your beanstalk repository | |
| # [git-branch]: the proper git branch for this particular environment | |
| # Context set to: | |
| # /var/www/[dev|qa|uat]/[project-name] | |
| # Nginx Serves: | |
| # /var/www/[dev|qa|uat]/[project-name]/build |