CDN Resources for postcss-url
Various ways to access postcss-url via Content Delivery Networks
Package Installation
npm
npm install postcss-url
yarn
yarn add postcss-url
pnpm
pnpm add postcss-url
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/postcss-url"></script>
Unpkg
<script src="https://unpkg.com/postcss-url"></script>
jsDelivr ESM
<script type="module">
import postcssurl from 'https://cdn.jsdelivr.net/npm/postcss-url/+esm';
</script>
Skypack
<script type="module">
import postcssurl from 'https://cdn.skypack.dev/postcss-url';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages