Skip to content

No way to merge with sass stream #2

@marcinant

Description

@marcinant

I would like to use gulp-wpstylecss with gulp-sass:

return wpstylecss()
.pipe(addsrc('style.scss'))
.pipe(sass())
.pipe(gulp.dest('./dest'))

This code should output style.css with header generated by gulp-wpstylecss and css as result of sass compilation. Unfortunately it results with css only. No header at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions