Project

General

Profile

Actions

Bug #71589

closed

Fix wrong compiled css

Added by Josef Glatz over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Start date:
2015-11-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

Problem/Description

Seems like there went anything wrong while generating css in an earlier commit OR the grunt tasks have updated dependencies..

How to reproduce

cd typo3_src/Build && npm install && grunt bower_install && grunt css

Actions #1

Updated by Gerrit Code Review over 8 years ago

  • Status changed from In Progress to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44728

Actions #2

Updated by Andreas Kienast over 8 years ago

Originally, we have this CSS definition by Bootstrap: webkit-transition: -webkit-transform .6s ease-in-out. PostCSS creates this CSS definition: transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;.

When we break the new definition down in separate parts, we have this: transition: -webkit-transform 0.6s ease-in-out;

So we basically get another definition as is already defined by Bootstrap, probably necessary for some mobile Safari stuff, so I'm fine with this change.

Actions #3

Updated by Josef Glatz over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF