Skip to content

Instantly share code, notes, and snippets.

@roxstyle
roxstyle / Preferences.sublime-settings
Created June 8, 2015 20:23
Sublime Text 3 User Preferences sublime-settings file
{
// Using ⌘-P, these files will never be shown in results
"binary_file_patterns":
[
"*.ai",
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
@roxstyle
roxstyle / Web Dev Components.md
Last active August 29, 2015 14:22
Web Dev Components
@roxstyle
roxstyle / dabblet.css
Created May 29, 2013 01:03 — forked from LeaVerou/dabblet.css
iOS 6 style switch checkboxes
/**
* iOS 6 style switch checkboxes
* by Lea Verou http://lea.verou.me
*/
:root input[type="checkbox"] { /* :root here acting as a filter for older browsers */
position: absolute;
opacity: 0;
}