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