Project:
View Revisions: Issue #36710 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0036710: CSSMinimizer does not work well with "background-size" property | ||
Revision | 2017-08-24 12:03 by caristu | ||
Steps To Reproduce | Include in any CSS loaded within the application. background-size: 100% 100%; With the modules NOT in development, notice that the compressed CSS has only "background-size: 100%;". (As explained before, this simplification is equivalent to "background-size 100% auto") |
||
Revision | 2017-08-24 11:29 by caristu | ||
Steps To Reproduce | Include in any CSS loaded within the application. transform-origin: 100% 100%; With the modules NOT in development, notice that the compressed CSS has only "background-size: 100%;". (As explained before, this simplification is equivalent to "background-size 100% auto") |
Copyright © 2000 - 2009 MantisBT Group |