We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" />
The text was updated successfully, but these errors were encountered:
Fixed I had to add
"networkAccess": { "allowedDomains": ["https://cdn.jsdelivr.net", "https://rsms.me"] }
to the manifest.json
Sorry, something went wrong.
This worked for me.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/figma-plugin-ds.min.css">
No branches or pull requests
Hi, i'm trying to get the plugin up and running. Have followed the instructions but styles are not showing up.
The text was updated successfully, but these errors were encountered: