Simon Márton

Results 2 comments of Simon Márton

I think a template string helper would be nice too, similar to styled-components. Something like this: ```js /* doodle.js */ import React from 'react'; import 'css-doodle'; export default ([ rule...

Thanks! I also needed to set the `LC_ALL` envvar for sed on a fresh Mojave. eg. ``` # .bash_profile LC_ALL=C [ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion ```