Project

General

Profile

Actions

Task #55690

closed

Make concatenateCss and compressCss generate valid CSS

Added by Thomas Pronold over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Start date:
2014-02-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

config.concatenateCss = 1
config.compressCss = 1

do both invalid CSS.
-------------------------------------
Problem with:
config.concatenateCss = 1

output will be:
/* moved by compressor */
@charset "UTF-8";

thats not valid css. @charset "UTF-8"; has to be the first line. no comments allowed before @charset "UTF-8";

-----------------------
Problem with:
config.compressCss = 1

output will be:
@charset"UTF-8";

problem: between @charset and "UTF-8" has to be a space character


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #50943: Compressor puts wrong @charsetClosed2013-08-08

Actions
Actions

Also available in: Atom PDF