postcss-calc-yui

PostCSS plugin for replace calc(a + b) to calc(a - -b). It's help to solve a problem with YUI minify.

Usage no npm install needed!

<script type="module">
  import postcssCalcYui from 'https://cdn.skypack.dev/postcss-calc-yui';
</script>

README

PostCSS plugin for replace calc(a + b) to calc(a - -b). It's help to solve a problem with YUI minify.