Skip to content

Instantly share code, notes, and snippets.

View nazgum's full-sized avatar

Nazgum nazgum

View GitHub Profile
// Easy Responsive Devices
///////////////
//
// Aiming for simpler media queries,
// rather than writing the following CSS:
//
// @media only screen and (max-width: 605px) { ... css for phones ... }
// @media only screen and (min-width: 606px) and (max-width: 767px) { ... css for phablets ... }
// @media only screen and (min-width: 768px) and (max-width: 1023px) { ... css for tablets ... }
// @media only screen and (min-width: 1024px) { ... css for desktops ... }
@nazgum
nazgum / user_settings.json
Last active December 12, 2015 10:09
User Settings for Sublime 2
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"font_face": "Ubuntu Mono",
"font_size": 12,
"highlight_line": false,
"ignored_packages": ["Vintage"],
"tab_size": 2,
"theme": "Soda Light.sublime-theme",