Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

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

jorenbroekema261.8kISC0.1.6TypeScript support: included

mirror of postcss-calc-ast-parser, bundled and exposed as ES module

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