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.4) | |
// Compass (v1.0.1) | |
// ---- | |
/*! Position - v0.2.5 - 2014-10-11 */ | |
/** | |
* @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.4) | |
// Compass (v1.0.1) | |
// Breakpoint (v2.5.0) | |
// SassyLists (v2.2.1) | |
// ---- | |
@import "breakpoint"; | |
@import "SassyLists"; |
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.4) | |
// Compass (v1.0.1) | |
// Breakpoint (v2.5.0) | |
// SassyLists (v2.2.1) | |
// ---- | |
@import "breakpoint"; | |
@import "SassyLists"; |
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.4) | |
// Compass (v1.0.1) | |
// ---- | |
/** | |
* Values accepted for `position`. | |
* @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.4) | |
// Compass (v1.0.1) | |
// ---- | |
// ----- API -------------------------------------------------------------------------------------- | |
// The 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.4) | |
// Compass (v1.0.1) | |
// ---- | |
// What / Why? | |
// 1. Allow people to use constants for box-values. for example 'single' 'half', | |
// 'third' etc. | |
// 2. Link these values to vertical and horizontal rhythm | |
// properties (to allow adjustments for optical distortion) |
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.4) | |
// Compass (v1.0.1) | |
// ---- | |
// What / Why? | |
// 1. Allow people to use constants for box-values. for example 'single' 'half', | |
// 'third' etc. | |
// 2. Link these values to vertical and horizontal rhythm | |
// properties (to allow adjustments for optical distortion) |
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.4) | |
// Compass (v1.0.1) | |
// ---- | |
// LIB | |
// ------------------------------------------------------------------------- | |
@function core-process-to-four-values($values) { | |
$length: length($values); |
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.4) | |
// Compass (v1.0.1) | |
// ---- | |
// LIB | |
// ------------------------------------------------------------------------- | |
// 1. Check if the value maps to one of our keywords and if so, swap out the value | |
@function core-parse-value-filter($value){ |
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.4) | |
// Compass (v1.0.1) | |
// ---- | |
// Offset positioning helpers | |
// | |
// These mixins support: | |
// 1. Setting values for 'top | bottom | left | right' | |
// 2. Using 'top | bottom | left | right' keywords without value will set |