Replies: 3 suggested answers 2 replies
-
|
If you are asking about generating a CSS file of all possible classes in Tailwind v3.1, then I'm afraid there isn't one. This is due to the fact that Tailwind uses a just-in-time compiler to create classes only when needed. Furthermore, there would be an infinite amount of classes, due to arbitrary values and arbitrary variants which would be impossible to generate all combinations of. Even without these, if you really wanted every single class possible, you would need to generate every possible combination of the variants, (like Footnotes
|
Beta Was this translation helpful? Give feedback.
-
|
Seems I can just include the .js file no? haha. Kind of silly to make something like that. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Where for 3.1?
Beta Was this translation helpful? Give feedback.