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