CDN Resources for grunt-autoprefixer

Quick access to CDN links for the grunt-autoprefixer package

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>