Import css in custom plugin

hi,

i am writing a custom plugin to integrate ReactPage into strapi. ReactPage requires a css file for certain stylings

It worked so far, but I now upgrade strapi from 4.0.8 to latest (4.3.9 as time of writing) and now my plugin does no longer import the css. It does not throw any error, the style is simply not applied.

any hint?