Finally got round to getting some code out there this year! It’s a set of nice snippets for building Foundation based sites / prototypes fast.
You can download it at Github – https://github.com/liamr/Zurb-Foundation-Textmate-Bundle
Here’s a few examples of usage:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | //Layout/grid //zfc (Tab) creates a container <div class="container" id="name"> </div> //zfr (Tab) creates a row <div class="row" id="name"> </div> //zfc1 - zfc12 creates a column / columns, ie zfc6(Tab): <div class="six columns" id="name"> </div> //Buttons //zfbtn (Tab) <a href="#" class="small blue button"></a> //zfnbtn (Tab) <a href="#" class="nice radius small blue button"></a> |
If you can think of anything to add, gimme a shout.



