Skip to content

Not working with TailwindCSS >=3.0 #179

@connermurphy

Description

@connermurphy

Hey,

I'm unsure if this issue sits with gulp-postcss or tailwind, so I'm trying both options.

My set-up worked perfect for Tailwind 2.0.1, and as soon as I updated to Tailwind 3.0.0 it breaks.

Error: ENOENT: no such file or directory, stat '/Users/conner/Documents/Projects/test/src/scss/style.min.css

errno: -4058
syscall: stat
code: ENOENT
return src("src/scss/*.scss")
        .pipe(gulpSass())
        .pipe(
            postcss([
                tailwindcss("./tailwind.config.js"),
                autoprefixer()
            ])
        )
        .pipe(dest("css/"))

Thanks,
Conner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions