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