Replies: 1 comment 1 reply
-
Hey 👋 Are you able to share a working (not working) example? Happy to have a look if you can do a minimal repro of that problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an input element that looks like
There is no form element (this doesn't appear to make a difference in my tests, fyi). This works except when tailwind is not minimized the content of the attached document is empty, i.e. Blob.prototype.text() is empty. But both File.prototype.name and File.prototype.type are correct. File.prototype.size may also be correct too, I simply can't recall with certainty.
The steps I use to produce the non-minimized and minimized versions are:
postcss and cleancss:
yarn.lock:
tailwind.config.js:
main.css:
This is definitely odd, and I would normally dismiss CSS as the cause, however, the results are quite consistent jumping back and forth between the non-minimized and minimized versions. Is my setup incorrect?
Somewhat related, I've also noticed that an input element of type=search isn't properly styled either when tailwind css isn't minimized. The padding is off.
Beta Was this translation helpful? Give feedback.
All reactions