tailwindlabs / tailwindcss-aspect-ratio

MIT License
972 stars 34 forks source link

Add #28

Closed browner12 closed 2 years ago

browner12 commented 2 years ago

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?

adamwathan commented 2 years ago

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.

browner12 commented 2 years ago

great, thanks for the update.