Christopher Jones

Results 4 comments of Christopher Jones

Here you go 0.4.4: http://jsfiddle.net/jg1k73xm/1/ 0.5.2: http://jsfiddle.net/jg1k73xm/2/ I know I mentioned v0.4.5 but I couldn't link to the src. I checked with 0.4.6 but got the same result as 0.5.2

I can see the logic and my second example shows that reasonable workarounds exist. I would just recommend updating the documentation as this still references the ability to use expressions...

As a quick fix you can just replace: `let _flattenObject = flattenObject(_jsObject, flattenedKeyCase);` with `let _flattenObject = _jsObject;` in `jsJsonFilesToSassScssFiles.js` on line 278. You can then use the `-fk` flag...