CSS-IN-JS for repeated properties #3098
SergiArias
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm trying tailwind and I started creating a plugin for the font face that would output something like this:
the problem I find is that using css in js I cannot repeat the same src property (it gets overwritten as expected). I tried some workarounds like using text only with no success. It's not an important matter as it's only for compatibility with a browser is dead already, but still I am curious how to solve a problem like this through plugins.
Beta Was this translation helpful? Give feedback.
All reactions