Stephen Way
Stephen Way
After trying this out, I get multiple sections https://github.com/postcss/postcss-simple-vars/issues/48
@gethinoakes Could I see your configuration file?
Thanks @gethinoakes but could you provide the whole task? I just need to see how your src loading up the css files pattern wise.
Sorry I thought it would include your processors, need to see that as well because order matters. Thanks
We really don't test with Sass at the moment. I can vouch for plain CSS files using PostCSS as that is my main workflow. Maybe you could submit a PR?...
Have you tried changing your gulp.src to just top level css files that import partials? (e.g. `return gulp.src(['src/*.scss'])`)
Interesting, I'm wondering how your forming your files though, is it one stylesheet importing partials with inline or md files linked?
> Let's open an issue with a reproduction. We can re-open the PR if the issue is verified. :pray: I can look into creating a reproduction for you but I'm...
^ @balazsorban44
Looks like an issue with the regex match in `@for` rules.