figma-plugin-ds
figma-plugin-ds copied to clipboard
Getting up and running
Hi, i'm trying to get the plugin up and running. Have followed the instructions but styles are not showing up.
<link
rel="stylesheet"
href="./node_modules/figma-plugin-ds/dist/figma-plugin-ds.css"
/>
Fixed I had to add
"networkAccess": {
"allowedDomains": ["https://cdn.jsdelivr.net", "https://rsms.me"]
}
to the manifest.json
This worked for me.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/figma-plugin-ds.min.css">