Closed rattrayalex closed 7 years ago
I pasted this into the console on the homepage:
const styles = { color: lighten(0.2, '#000'), font-size: modularScale(1), [hiDPI(1.5)]: { font-size: modularScale(1.25) } }
And, unsurprisingly, got Uncaught SyntaxError: Unexpected token -
Uncaught SyntaxError: Unexpected token -
I assume it needs to be "font-size":?
"font-size":
Yes, good call! PR welcome.
Sure, forthcoming
thanks @rattrayalex
I pasted this into the console on the homepage:
And, unsurprisingly, got
Uncaught SyntaxError: Unexpected token -
I assume it needs to be
"font-size":
?