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 changed = require('gulp-changed'); | |
var gulp = require('gulp'); | |
var imagemin = require('gulp-imagemin'); | |
var cache = require('gulp-cache'); | |
gulp.task('images', function () { | |
var dest = './dist/images'; | |
return gulp.src('./src/images/**') | |
.pipe(changed(dest)) // Ignore unchanged files |
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--right"></div> | |
<div class="Box--bottom"></div> | |
<div class="Box--left"></div> | |
<div class="Box--top"></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.4.5) | |
// Compass (v1.0.1) | |
// ---- | |
/*! rhythm v0.1.4 – 14.10.2014 */ | |
//// | |
/// @author Pedr Browne (extracted from Compass Vertical Rhythm by Eric M. Suzanne). | |
/// @group Config |
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.4.5) | |
// Compass (v1.0.1) | |
// ---- | |
$unit: rem; | |
$value: 23; | |
.Box { | |
// Try interpolation |
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.4.5) | |
// Compass (v1.0.1) | |
// ---- | |
/*! Position v0.2.12 – 13.10.2014 */ | |
//// | |
/// @author Pedr Browne | |
/// @access private |
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.4.5) | |
// Compass (v1.0.1) | |
// ---- | |
/*! Position v0.2.6 – 12.10.2014 */ | |
/** | |
* @author Pedr Browne | |
* @access private |
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.4.5) | |
// Compass (v1.0.1) | |
// ---- | |
// Vars | |
// ------------------------------------------------------------------------------------------------- | |
/** | |
* Default font size for all text in pixels |
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.4.5) | |
// Compass (v1.0.1) | |
// ---- | |
// TEST | |
.Box { | |
color: red; | |
} |
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.4.5) | |
// Compass (v1.0.1) | |
// ---- | |
// Vars | |
// ------------------------------------------------------------------------------------------------- | |
/// Default font size for all text in pixels | |
$rhythm-base-font-size: 16px !default; |
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.4.5) | |
// Compass (v1.0.1) | |
// ---- | |
// Vars | |
// ------------------------------------------------------------------------------------------------- | |
/** | |
* Default font size for all text in pixels |