justin-chu / react-fast-marquee

A lightweight React component that harnesses the power of CSS animations to create silky smooth marquees.
https://react-fast-marquee.com
MIT License
1.16k stars 95 forks source link

Please consider removing !important #74

Closed matteomontipo closed 11 months ago

matteomontipo commented 1 year ago

Please consider removing !important in its npm css, at least for the display: flex Next.js component level css module doesn't overwrite it not even using !important, I can only by adding both a higher level class + !important but still.. but most importantly inline Tailwind classes can't overwrite that, not even using !. No need to use !important on .marquee-container.

justin-chu commented 11 months ago

Fixed in v1.6.1!