CDN Resources for postcss-nested

Quick access to CDN links for the postcss-nested package

CDN Resources for postcss-nested
Various ways to access postcss-nested via Content Delivery Networks

Package Installation

npm
npm install postcss-nested
yarn
yarn add postcss-nested
pnpm
pnpm add postcss-nested

CDN Links

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