README
PostCSS plugin for replace calc(a + b) to calc(a - -b). It's help to solve a problem with YUI minify.
PostCSS plugin for replace calc(a + b) to calc(a - -b). It's help to solve a problem with YUI minify.
<script type="module">
import postcssCalcYui from 'https://cdn.skypack.dev/postcss-calc-yui';
</script>
PostCSS plugin for replace calc(a + b) to calc(a - -b). It's help to solve a problem with YUI minify.