CDN Resources for gulp-stylus
Various ways to access gulp-stylus via Content Delivery Networks
Package Installation
npm
npm install gulp-stylus
yarn
yarn add gulp-stylus
pnpm
pnpm add gulp-stylus
CDN 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