CDN Resources for css-tree

Quick access to CDN links for the css-tree package

CDN Resources for css-tree
Various ways to access css-tree via Content Delivery Networks

Package Installation

npm
npm install css-tree
yarn
yarn add css-tree
pnpm
pnpm add css-tree

CDN Links

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