akurfuerst
Results
2
issues of
akurfuerst
The css file won't be generated if I'm using mode: 'symbols'. It works with mode: 'sprite' all paths are fine and correct. ``` return gulp .src(basePath + 'img/sprite/*.svg') // build...
Hey, this is not really an issue, but some ideas and questions while reading your scss code 1. what is the advantage of this mixins instead of using "normal" css?...