Nakamuramudancas / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Calc with + removing space (v. 2.1.7) #330

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Are you sure this is not a problem with your configuration? (ask on the
Google Group)

Minify commit/version: 2.1.7
PHP version: PHP/5.6.3

What steps will reproduce the problem?
1. Setup minify style.css
2. Html: Make div 2 inside div 1 (evt overflow hidden).
3. Use for div 2: width: calc(100% + 70px);

Expected output: width:calc(100% + 70px);

Actual output: width:calc(100%+70px);

Original issue reported on code.google.com by error.un...@gmail.com on 3 May 2015 at 11:44