Joe Seifi
Results
4
comments of
Joe Seifi
what if you create and return a ref if no ref was passed in?
@menelike here's an example of a value fallback in CSS for fonts: `font-family: 'Roboto', arial, sans-serif; ` I imagine in Styletron use case would be: ``` { fontFamily: ['Roboto', 'arial',...
Just checking in. Is this still a no go for Aphrodite? I feel like there are 2 separate points here. 1) Style global things for resets or styleguides for which...