This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Description
Trying to use your awesome module as an npm script in my project, but when I do something like:
node_modules/react-native-css/bin/react-native-css -i src/styles/_scss/*.scss -o src/styles/*.styles.js -w
It looks like your script is taking the * literally… How can I watch multiple files?
Thanks a bunch. This is really cool!