Commit c5f0671
authored
Change parameters order to avoid YUI Compressor bug (#1680)
The previous code lead to an invalid value for the left property:
`left: calc(-50vw+50%);`
This was being caused due to a bug in YUI Compressor. You can read
a detailed explanation about it in this issue:
yui/yuicompressor#59
This is fixed since version 2.4.9-BSI-2. But, until we don't update
prod's YUI Compressor, this PR work as a bugfix since it changes the
parameters order to one properly understood by the bugged version.
More aboute this in this issue comment:
yui/yuicompressor#59 (comment)1 parent 515c333 commit c5f0671
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3661 | 3661 | | |
3662 | 3662 | | |
3663 | 3663 | | |
3664 | | - | |
| 3664 | + | |
3665 | 3665 | | |
3666 | 3666 | | |
3667 | 3667 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2444 | 2444 | | |
2445 | 2445 | | |
2446 | 2446 | | |
2447 | | - | |
| 2447 | + | |
2448 | 2448 | | |
2449 | 2449 | | |
2450 | 2450 | | |
| |||
0 commit comments