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
The main branch just uses container-query-polyfill. The version that uses this package is under branch tailwindcss-container-query.
clone the package then git checkout tailwindcss-container-query npm install npm run prod
This builds a production version of the Create React App app. You can connect to it a http://locations:3000. Just using npm start works as advertised. Seems to me there is likely an optimization or tree shaking issue.
Anywho. Thought you might like to know.
The text was updated successfully, but these errors were encountered:
I created an issue with container-query-polyfill as well here. It seems when building a production version of a tailwind app, this does not work.
I created a stripped down version here:
https://github.com/dreamboyx1/container-query-polyfill-example
I'm that package on.
The main branch just uses container-query-polyfill. The version that uses this package is under branch tailwindcss-container-query.
clone the package then
git checkout tailwindcss-container-query
npm install
npm run prod
This builds a production version of the Create React App app. You can connect to it a http://locations:3000. Just using
npm start
works as advertised. Seems to me there is likely an optimization or tree shaking issue.Anywho. Thought you might like to know.
The text was updated successfully, but these errors were encountered: