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