-
Hi Does TailwindCSS v.1.9.6 have limitation concerning the content of the custom breakpoint rules? I have tried to create a "target IE10+ breakpoint" with the following.
Usage example which doesn't work. Any takers on the issue? |
Beta Was this translation helpful? Give feedback.
Answered by
Ornhoj
Jan 25, 2021
Replies: 1 comment
-
Well, seems like handling IE the way it should behandled is the solution. The issue is due to IE not handling large files: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ornhoj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, seems like handling IE the way it should behandled is the solution. The issue is due to IE not handling large files:
#1176