Issues with using external module for style and components with content tsx

Hello!
I am trying to design a content UI with the following package : https://www.docs.wixdesignsystem.com/?path=/story/getting-started--get-started-developing

the package require two things:
1. to import a global css to the actual component
2. to use a Provider that is being provided with the package.


a. Is it even possible to import a global css coming from a package to a content ui script?
b. Is it also possible to use a provider withing a contentUI script assuming that it is a overlay ui?

All my attempts to import both the provider and the global css in any way failed, and the styling is not being imported to the component :/

Thank you all for the help.
Was this page helpful?