figma-plugin-ds icon indicating copy to clipboard operation
figma-plugin-ds copied to clipboard

Getting up and running

Open jamesgrubb opened this issue 2 years ago • 2 comments

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"
/>

jamesgrubb avatar Jun 20 '23 13:06 jamesgrubb

Fixed I had to add

"networkAccess": {
    "allowedDomains": ["https://cdn.jsdelivr.net", "https://rsms.me"]
  }

to the manifest.json

jamesgrubb avatar Jun 20 '23 15:06 jamesgrubb

This worked for me.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/figma-plugin-ds.min.css">

alestry-perez avatar Jul 06 '23 21:07 alestry-perez