Bug #53704

compiled CSS files still contains SASS code

Added by Benjamin Albrecht over 1 year ago. Updated 10 months ago.

Status:Closed Start date:2013-11-16
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

The compiled and delivered CSS Files in the public resources still contains uncompiled SASS Code:

e.g. Includes-build.css line 160ff:

[...]
.neos {

  @-moz-keyframes spin {
    0% {
      -moz-transform: rotate(0deg);
    }
    100% {
      -moz-transform: rotate(359deg);
    }
}
[...]

History

#1 Updated by Jonas Renggli 10 months ago

  • Status changed from New to Closed

Thanks for your bug report.
As far as I understood @-moz-keyframes is a normal CSS rule. See https://developer.mozilla.org/en-US/docs/Web/CSS/@keyframes. So I guess our SASS compiling is working fine.
If the problem still exists please open an issue on https://jira.typo3.org/

Also available in: Atom PDF