CDN Resources for polished

Quick access to CDN links for the polished package

CDN Resources for polished
Various ways to access polished via Content Delivery Networks

Package Installation

npm
npm install polished
yarn
yarn add polished
pnpm
pnpm add polished

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/polished"></script>
Unpkg
<script src="https://unpkg.com/polished"></script>
jsDelivr ESM
<script type="module">
  import polished from 'https://cdn.jsdelivr.net/npm/polished/+esm';
</script>
Skypack
<script type="module">
  import polished from 'https://cdn.skypack.dev/polished';
</script>