Last active
August 29, 2015 14:22
-
-
Save ackernaut/4bdf731b5d844fa16d81 to your computer and use it in GitHub Desktop.
Breakpoints on a Fibonacci scale
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Breakpoints on a Fibonacci scale | |
// -------------------------------- | |
$bp-s0-min: 0px; | |
$bp-s0-max: 99px; | |
$bp-s1-min: 100px; | |
$bp-s1-max: 199px; | |
$bp-s2-min: 200px; | |
$bp-s2-max: 299px; | |
$bp-s3-min: 300px; | |
$bp-s3-max: 499px; | |
$bp-s4-min: 500px; | |
$bp-s4-max: 799px; | |
$bp-s5-min: 800px; | |
$bp-s5-max: 1299px; | |
$bp-s6-min: 1300px; | |
$bp-s6-max: 2099px; | |
$bp-s7-min: 2100px; | |
$bp-s7-max: 3399px; | |
$bp-s8-min: 3400px; | |
$bp-s8-max: 5499px; | |
$bp-s9-min: 5500px; | |
$bp-s9-max: 8899px; | |
$bp-s10-min: 8900px; | |
$bp-s10-max: 13999px; | |
$bp-s11-min: 14000px; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an interesting set that I came up with while writing breakpoint scales. I’m not sure how much use there is beyond
$bp-s7-min
.