This is a mirror of postcss-calc-ast-parser, bundled and exposed as ES module.
npm install @bundled-es-modules/postcss-calc-ast-parser
<script type="module">
import calcAstParser from '@bundled-es-modules/postcss-calc-ast-parser';
</script>
Run this locally:
npm i && npm run build && npm run test
Followed by:
npm publish --access public