-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for development
Description
Preconditions
- I use Magento 2.1.4 and the following extension: https://github.com/Magenerds/PageDesigner
- CSS Minifying and Merging is enabled in system configuration
Steps to reproduce
- Install the extension mentioned above OR inject your own CSS using calc(). You can see here the calc() css of the mentioned extension
- Open the site where this css gets rendered (for the extension it is a cms page in the backend)
Expected result
- The minified css should be
calc((100% / 12 * 1) - 10px);
Actual result
- The minified css is instead
calc((100%/12*1)- 10px);(no whitespaces) and therefore it will not be rendered correctly.
sippsolutions, mfdj, avoelkl, sydekumf, JSchlarb and 3 more
Metadata
Metadata
Assignees
Labels
Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for development