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
<!DOCTYPE html> | |
<!--[if IEMobile 7 ]> <html dir="ltr" lang="en-US"class="no-js iem7"> <![endif]--> | |
<!--[if lt IE 7 ]> <html dir="ltr" lang="en-US" class="no-js ie6 oldie"> <![endif]--> | |
<!--[if IE 7 ]> <html dir="ltr" lang="en-US" class="no-js ie7 oldie"> <![endif]--> | |
<!--[if IE 8 ]> <html dir="ltr" lang="en-US" class="no-js ie8 oldie"> <![endif]--> | |
<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html dir="ltr" lang="en-US" class="no-js"><!--<![endif]--> | |
<head></head> | |
<!--[if IE ]> |
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
/** | |
* Name: Stylus -centered mixin | |
* Description: Mixin to center elements | |
* Author: Santiago Rincón | |
* Author URI: http://github.com/rincorpes | |
* Version: 2.0 | |
* License: GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 | |
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html | |
*/ | |
-center() |
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
/** | |
* Name: Stylus -padding mixin | |
* Description: Mixin to set paddings | |
* Author: Santiago Rincón | |
* Author URI: http://github.com/rincorpes | |
* Version: 2.0 | |
* License: GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 | |
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html | |
*/ | |
-padding() |
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
/** | |
* Name: Stylus -margin mixin | |
* Description: Mixin to set margins | |
* Author: Santiago Rincón | |
* Author URI: http://github.com/rincorpes | |
* Version: 2.0 | |
* License: GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 | |
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html | |
*/ | |
-margin() |
NewerOlder