Skip to content

Instantly share code, notes, and snippets.

View harvzor's full-sized avatar
🦙

Harvey Williams harvzor

🦙
View GitHub Profile
@harvzor
harvzor / index.html
Created August 20, 2014 11:37
JS Radio Selector
<label class="radio" for="nice_day_yes">Yes</label>
<input id="nice_day_yes" type="radio" name="nide_day" value="yes"/>
<span>/</span>
<label class="radio" for="nice_day_no">No</label>
<input id="nice_day_no" type="radio" name="nice_day" value="no"/>
@harvzor
harvzor / Readme.markdown
Last active August 29, 2015 14:05
Sass (Bootstrap) Grid Mixin

A Sass equivilent to the Twitter Bootstrap Grid Mixin

What?

This is supposed to be an exact replica of Bootstrap Grid made by Twitter, except made in Sass.

Why?

Since the variables are easily editable, it means it is ideal for projects which all use the same mixins.. Simply change a couple of variables so the grid system can match the design template, and you're away!

But you can already get a customized version automatically built...

This is quicker.

Revisions

1