Actions
Bug #78361
closedbug in compressing the css-files again
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-10-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
when I use config.compressCss = 1 there is an error in compressed file. Instead of:
width: calc(100% + 70px);
it generate:
width: calc(100%+70px); without spaces.
Actions