-
Congratulations on getting v4 out! I am missing documentation for creating third party plugins in the docs (v3: https://v3.tailwindcss.com/docs/plugins). Is this not supported anymore? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 17 replies
-
You should be able to do most things in a CSS file now, with new at-rules like |
Beta Was this translation helpful? Give feedback.
-
I see the container queries have been pulled in to the main codebase. What is the status of the other 3 (typography, forms, and aspect-ratio). Should those still be pulled in via the |
Beta Was this translation helpful? Give feedback.
-
Plugins could definitely use better documentation in v4, if only to say explicitly that they are being replaced by the As some examples, I noticed that daisyui and iconify plugins are still using this "legacy" method, and while i haven't done extensive work developing tw plugins, I have a hard time seeing how these plugins could be reimplemented using just |
Beta Was this translation helpful? Give feedback.
You should be able to do most things in a CSS file now, with new at-rules like
@utility
,@custom-variant
, etc. For existing v3 plugins, you can include them via the@plugin
at-rule.