npm.io
0.1.6 • Published 2 years ago

@bundled-es-modules/postcss-calc-ast-parser

Licence
ISC
Version
0.1.6
Deps
1
Size
178 kB
Vulns
0
Weekly
0

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