Closed ghost closed 3 years ago
cssName: "_sprite.scss ",
It looks like there's a trailing space in your cssName
so I'm guessing auto-detect doesn't recognize that properly as .scss
and is defaulting to JSON. Can you try correcting that to cssName: "_sprite.scss",
?
Closing eagerly as question
Issue
Version
6.11.0
Error
It creates a
_sprite.scss
file with the following contents:Somehow, there are two files with that name:
My code: