adoxography/tailwind-scrollbar

DEPRECATION: adding rounded classes via the variants array is deprecated.

senbonsakura opened this issue · 4 comments

Started to get this message on npm console after updating the plugin.

DEPRECATION: adding rounded classes via the variants array is deprecated. Use nocompatible mode instead (i.e. when adding the plugin, use scrollbarPlugin({ nocompatible: true }))

Is there something confusing about what the message is telling you to do? :)

No it tells me to replace the plugin with someone else. Because in the future this could bite me in the ass.

It's asking you to update how you're configuring this plugin by giving you an example. You can see another example in the README, and a warning about this in the release notes.

Closing as this is an issue on the user side, not the plugin side.