JIT hack for accessing classes that are not used #4199
jenstornell
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using JIT a downside is that you only have access to the classes compiled by JIT when playing around in the browser developer tools.
You can probably use the purge settings to get around it, but many times these classes should only be there temporary until your design is set.
An alternative way to get around it is to add a comment like below:
When done you can remove the comment.
Beta Was this translation helpful? Give feedback.
All reactions