-
Notifications
You must be signed in to change notification settings - Fork 36
deprecated - In favor of integrations in core Tailwind 3.0 #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The fact that the plugin disables default utilities should be mentioned in the documentation. |
Hey! So this plugin is not deprecated, as it's still useful if you need to support Safari 14, which I suspect most people still do. For example, even on the new Tailwind CSS documentation website we're still using this plugin for all areas that we need aspect ratio support (other than on the new aspect-ratio utilities page, of course). @kamilmedrala Yes, good call, it's on our TODO list 👍 |
Looks great! |
About adding plugin in PlayCDN: tailwindlabs/tailwindcss.com#1060 Why default settings is exclusive rather inclusive of variety of options? |
Uh oh!
There was an error while loading. Please reload this page.
What version of @tailwindcss/aspect-ratio are you using?
0.4.0
What version of Node.js are you using?
v14.17.2
What browser are you using?
Chrome
What operating system are you using?
Windows
Reproduction repository
Tailwind 3.0.0 now in core have this plugin! Check official docs
Describe your issue
By default this plugin is no longer needed for new version.
Pleas block usage of it or write message and in console.log warm about incompatibility.
Doc:
https://tailwindcss.com/docs/aspect-ratio
Right now Plugin remove default one options and replace with one provided in readme.md (not merge plugin and core options)
This isn't needed as can be used in syntax [] for any variants, new options can be defined in tailwindcss.config.js and no need separate plugin.
The text was updated successfully, but these errors were encountered: