Created
December 14, 2011 15:38
-
-
Save mearleycf/1477059 to your computer and use it in GitHub Desktop.
Zurb::Foundation Column Snippets (Komodo)
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="[[%ask1:Number of Columns]] columns"> | |
</div><!--[[%ask1]] columns--> |
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="[[%ask1:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask2:Number of Columns]] columns"> | |
</div><!--[[%ask1]] & [[%ask2]] columns--> |
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="[[%ask1:Number of Columns]] columns"> | |
<p>one columns</p> | |
</div> | |
<div class="[[%ask2:Number of Columns]] columns"> | |
<p>ten columns</p> | |
</div> | |
<div class="[[%ask3:Number of Columns]] columns"> | |
<p>one Columns</p> | |
</div><!--[[%ask1]] & [[%ask2]] & [[%ask3]] columns--> |
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="[[%ask1:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask2:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask3:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask4:Number of Columns]] columns"> | |
</div><!--[[%ask1]] & [[%ask2]] & [[%ask3]] & [[%ask4]] columns--> |
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="[[%ask1:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask2:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask3:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask4:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask5:Number of Columns]] columns"> | |
</div><!--[[%ask1]] & [[%ask2]] & [[%ask3]] & [[%ask4]] & [[%ask5]] columns--> |
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="[[%ask1:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask2:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask3:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask4:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask5:Number of Columns]] columns"> | |
</div> | |
<div class="[[%ask6:Number of Columns]] columns"> | |
</div><!--[[%ask1]] & [[%ask2]] & [[%ask3]] & [[%ask4]] & [[%ask5]] & [[%ask6]] columns--> |
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="[[%ask1:Number of Columns]] columns centered"> | |
</div><!--[[%ask1]] centered columns--> |
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="[[%ask:Number of Columns:Number]] columns offset-by-[[%ask2:Offset By]]"> | |
</div><!--[[%ask1]] Column offset by [[%ask2]]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment