I want to use owl.carousel plugin in one of my components but I do not want to import owl.carousel.css globally in _app.js because the plugin css file is large and I want to import it just in the component that will use it and not in all the pages.
Is there any way to import it just in one of my components using NEXT.JS 9 build in css support?