You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I change something in "queries" it still produces old queries as well. e.g. if I change '[name]-[query].[ext]' to '[query].[ext]' - both variations are generated. if I make another change, it generates 3 variants and so on. feels like it caches and appends to cache.
Thank you for your help!
The text was updated successfully, but these errors were encountered:
first time main css file is generated correctly, without the media queries. but as --watch option is triggered - subsequent executions are not affected
I fixed cached files generation with npm cache clean --force
first time main css file is generated correctly, without the media queries. but as --watch option is triggered - subsequent executions are not affected
so your problem is only about the watch mode of tailwindcss cli ?
For further assistance please provide a simple setup to reproduce the issue (e.g. using codesandbox)
Hi there,
I am using Tailwind, and not sure how it uses postcss under the hood, but it's something like cli command probably.
So I am running:
npx tailwindcss -i ./styles/src/tailwind.css -o ./styles/dist/tailwind.css --watch=always --minify
And as per their documentation it uses the postcss.config.js somehow (I dont know how exactly, but plugins are being used in pipeline.)
But specifically with postcss-extract-media-query I have few problems:
Thank you for your help!
The text was updated successfully, but these errors were encountered: