CDN Resources for grunt-sass

Quick access to CDN links for the grunt-sass package

CDN Resources for grunt-sass
Various ways to access grunt-sass via Content Delivery Networks

Package Installation

npm
npm install grunt-sass
yarn
yarn add grunt-sass
pnpm
pnpm add grunt-sass

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/grunt-sass"></script>
Unpkg
<script src="https://unpkg.com/grunt-sass"></script>
jsDelivr ESM
<script type="module">
  import gruntsass from 'https://cdn.jsdelivr.net/npm/grunt-sass/+esm';
</script>
Skypack
<script type="module">
  import gruntsass from 'https://cdn.skypack.dev/grunt-sass';
</script>