Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting up and running #56

Open
jamesgrubb opened this issue Jun 20, 2023 · 2 comments
Open

Getting up and running #56

jamesgrubb opened this issue Jun 20, 2023 · 2 comments

Comments

@jamesgrubb
Copy link

jamesgrubb commented Jun 20, 2023

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
Copy link
Author

Fixed I had to add

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

to the manifest.json

@alestry-perez
Copy link

This worked for me.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants