Skip to content

Instantly share code, notes, and snippets.

View soderalohastrom's full-sized avatar

Scott Soderstrom soderalohastrom

View GitHub Profile
@sebastianhomeier
sebastianhomeier / _breakpoint.scss
Created November 3, 2014 23:48
SCSS mixin for inline media queries (breakpoints)
/* #Breakpoint Mixin
================================================== */
$breakpoints: (
tiny: 320px,
extra-small: 480px,
small: 768px,
medium: 1020px,
large: 1200px
@schnell18
schnell18 / macosx_remove_java9.sh
Created October 8, 2016 13:26
MacOS X remove Java 9
sudo rm -fr /Library/Java/JavaVirtualMachines/jdk-9.jdk/
sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane