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