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
| [class*='col-'] { | |
| //Aligns the columns next to each other | |
| width: 100%; | |
| float:left; | |
| min-height: 1px; | |
| } | |
| // an extend only class for clearfixing | |
| %clearfix { | |
| *zoom: 1; | |
| &:before, |
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
| <?php | |
| /** | |
| * Get Component for wordpress | |
| * @link https://gist.github.com/109e43bb5987a177ecbb20819f3f1870 | |
| * | |
| * @author Alex King (@stagfoo) & Hector Nuvarro | |
| * @version 0.2 | |
| * @license http://www.opensource.org/licenses/mit-license.html MIT License | |
| */ | |
| /*===================================== |
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
| <!-- Example component to get --> | |
| <?php | |
| $vars['title'] = $vars[0]; | |
| $vars['description'] = $vars[1]; | |
| $vars['class'] = $vars[2]; | |
| ?> | |
| <div class="<?php echo $vars['class']; ?>"> | |
| <h1><?php echo $vars['title']; ?></h1> | |
| <p><?php echo $vars['description']; ?></p> | |
| </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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <!-- Generated by: TmTheme-Editor --> | |
| <!-- ============================================ --> | |
| <!-- app: http://tmtheme-editor.herokuapp.com --> | |
| <!-- code: https://github.com/aziz/tmTheme-Editor --> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Meteor</string> |
NewerOlder