Closed browner12 closed 2 years ago
0.3.0
14.17.0
Chrome
MacOS
N/A
From what I can tell, the aspect-ratio property is fully supported in all of the most recent versions of major browsers.
aspect-ratio
https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
Is it time to migrate this plugin into the main repo, and away from the padding hack?
padding
Hey! Tailwind 3 (out in a week or two) includes native aspect ratio support. This plugin will stick around until Safari 15 is the dominant Safari version.
great, thanks for the update.
What version of @tailwindcss/aspect-ratio are you using?
0.3.0
What version of Node.js are you using?
14.17.0
What browser are you using?
Chrome
What operating system are you using?
MacOS
Reproduction repository
N/A
Describe your issue
From what I can tell, the
aspect-ratio
property is fully supported in all of the most recent versions of major browsers.https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
Is it time to migrate this plugin into the main repo, and away from the
padding
hack?