Hi,
i want to create a scss file in scss/my-style.scss and add parse it to the css/app.css using gulp (in the foundation package, version 6.6.3).
The reason is that i want to separate my own CSS from the foundation css…
Does anybody have an idea on how to do this?
I tried to add the sassPaths in the gulpfile.js but it did not work…