thomas-lowry / figma-plugin-ds

A small lightweight design system for use in Figma Plugins
MIT License
693 stars 71 forks source link

Getting up and running #56

Open jamesgrubb opened 1 year ago

jamesgrubb commented 1 year ago

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 commented 1 year ago

Fixed I had to add

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

to the manifest.json

alestry-perez commented 1 year ago

This worked for me.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/figma-plugin-ds@1.0.1/dist/figma-plugin-ds.min.css">