New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jimmyandrademusic/style-dictionary

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimmyandrademusic/style-dictionary

Style dictionary for JimmyAndrade.com website

  • 0.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-11.11%
Maintainers
1
Weekly downloads
 
Created
Source

Style Dictionary

jsDelivr hits per month

Install

npm i @jimmyandrademusic/style-dictionary

Use via CDN

Using CSS variables

We recommend using jsDelivery as a CDN.

Through it, you can import the CSS on your webpage like this:

<head>
  <link crossorigin="anonymous"
        href="https://cdn.jsdelivr.net/npm/@jimmyandrademusic/style-dictionary/dist/variables.css"
        referrerpolicy="no-referrer"
        rel="stylesheet" />
</head>

Or, if you prefer, you can import it into your CSS file:

@import url("https://cdn.jsdelivr.net/npm/@jimmyandrademusic/style-dictionary/dist/variables.css");

Loading JavaScript via browser

In other situations, a JavaScript file in UMD format can be useful:

<script crossorigin="anonymous"
        src="https://cdn.jsdelivr.net/npm/@jimmyandrademusic/style-dictionary/dist/umd/index.min.js">
</script>

Finally, it is possible to obtain a JSON with all properties also through a CDN:

https://cdn.jsdelivr.net/npm/@jimmyandrademusic/style-dictionary/dist/index.json

Alternative CDN

Want to use another CDN? You can try unkpg:

Keywords

FAQs

Package last updated on 06 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc