-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
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
Labels
No labels