How do I import CSS to my UI.HTML file? I’ve been trying forever but unfortunately with no luck.
ui.css is linked in my project folder, not under any folders.
Here’s what I currently have in my ui.html file:
<link rel="stylesheet" href="ui.css">
Any help is appreciated. Thank you so much!! <3
When I try the same code in the browser, it links and the elements change but, when I open my Figma Plugin’s UI window, there’s no luck.