Vincent Engelmann
Results
1
comments of
Vincent Engelmann
You can kind of do this: ``` const breakpoints = [ ["max-width", "40em"], ["min-width", "52em"], ["min-width", "64em"], ["min-width", "80em"] ] ``` ``` const fontSteps = { 1: "10px", 2: "90px",...