Open AaronValor opened 4 years ago
Example: width: calc(100% - 100)
minifies to width: calc(100%- 100)
Version: 2.0.0.17974
I was able to work around the minification bug by adding parentheses around the 100%. Example: width: calc((100%) - 100)
Example: width: calc(100% - 100)
minifies to width: calc(100%- 100)
Version: 2.0.0.17974