shuriken-ui / nuxt

Nuxt version of Shuriken UI with ready to use components
https://shurikenui.com/
MIT License
139 stars 18 forks source link

Remove outdated Tailwind aspect ratio plugin #95

Closed JohnCampionJr closed 8 months ago

JohnCampionJr commented 9 months ago

@stafyniaksacha

I'm having a problem with this including the old tailwind aspect ratio plugin.

See this issue https://github.com/cssninjaStudio/tairo/issues/138

This plugin has been superseded by the builtin aspect ratio utilities since v3.0 of Tailwind.
The problem is that it wipes out the new utilities, breaking their use which is becoming more common.

The official suggested workaround does not actually replace all of the new utilities.

I'd be happy to submit a PR but I wanted to check first.