0.9.1 • Published 4 years ago

@jimmyandrademusic/style-dictionary v0.9.1

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
4 years ago

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:

0.9.0

4 years ago

0.8.0

4 years ago

0.9.1

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago