Replies: 1 comment 1 reply
-
Found a workaround but it's kinda hacky. Add content script section:
where cssLoader is essentially just this:
Back in business. I am using an exclude in the dynamic one so will still be tainting unwanted pages with namespaced css. Good for now though :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using something like this:
when I was just using the manifest the import was within the content script and things just worked.
I also tried this:
and put cssPath in the css array with no luck.
The css itself looks like this:
Is there another trick to this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions