Not creating sass file
joshlasdin opened this issue · 3 comments
joshlasdin commented
I'm having an issue when running with the -s
or --sass
param that it's not creating a sass file for my component. The output in the terminal says that it does (pasted below), but no such file exists in the folder. If I remove the flag, it does create a css file as expected.
/path/to/my/components/shape
└─ index.js
└─ shape.js
└─ shape.test.js
└─ shape.sass
snaerth commented
@joshlasdin Strange! Thank you for letting me know. I will get right on it
snaerth commented
@joshlasdin. This has been fixed in the newest version v0.1.15. Thank you again for letting me know and enjoy 👍
joshlasdin commented
Awesome, thanks!