Skip to content

Instantly share code, notes, and snippets.

View bzelba's full-sized avatar
🎯
Focusing

Bernd bzelba

🎯
Focusing
View GitHub Profile
@staltz
staltz / introrx.md
Last active July 6, 2024 17:07
The introduction to Reactive Programming you've been missing
@shengt
shengt / variables.styl
Created February 27, 2014 21:21
Media queries variables for stylus
// Media queries breakpoints
// --------------------------------------------------
// Extra small screen / phone
$screen-xs ?= 480px
$screen-phone ?= $screen-xs
// Small screen / tablet
$screen-sm ?= 768px
$screen-tablet ?= $screen-sm