|
3591 | 3591 | /* ^ meta.number.integer.decimal.css constant.numeric.value.css */ |
3592 | 3592 | /* ^ punctuation.section.group.end.css */ |
3593 | 3593 | /* ^ punctuation.terminator.rule.css - meta.group */ |
3594 | | -
|
3595 | | - top: calc(NaN * -infinity + infinity / e - pi); |
3596 | | -/* ^^^ constant.language.nan.css */ |
3597 | | -/* ^^^^^^^^ constant.language.infinity.css */ |
3598 | | -/* ^^^^^^^^ constant.language.infinity.css */ |
3599 | | -/* ^ constant.language.css */ |
3600 | | -/* ^^ constant.language.css */ |
3601 | | -} |
3602 | | -
|
3603 | | -.test-round-function { |
3604 | | - top: round(down 10px var(--interval)); |
3605 | | -/* ^^^^^ meta.function-call.identifier.css support.function.calc.css */ |
3606 | | -/* ^^^^^^^^^^^^^^^^^^^^^^^^^ meta.function-call.arguments.css meta.group.css */ |
3607 | | -/* ^^^^ keyword.other.round.strategy.css */ |
3608 | | -/* ^^^^ meta.number.integer.decimal.css */ |
3609 | | -/* ^^^ support.function.var.css */ |
3610 | | -/* ^^^^^^^^^^ variable.other.custom-property.css */ |
3611 | | -
|
3612 | | - top: round(nearest 10px var(--interval)); |
3613 | | -/* ^^^^^ meta.function-call.identifier.css support.function.calc.css */ |
3614 | | -/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.function-call.arguments.css meta.group.css */ |
3615 | | -/* ^^^^^^^ keyword.other.round.strategy.css */ |
3616 | | -/* ^^^^ meta.number.integer.decimal.css */ |
3617 | | -/* ^^^ support.function.var.css */ |
3618 | | -/* ^^^^^^^^^^ variable.other.custom-property.css */ |
3619 | | -
|
3620 | | - top: round(to-zero 10px var(--interval)); |
3621 | | -/* ^^^^^ meta.function-call.identifier.css support.function.calc.css */ |
3622 | | -/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.function-call.arguments.css meta.group.css */ |
3623 | | -/* ^^^^^^^ keyword.other.round.strategy.css */ |
3624 | | -/* ^^^^ meta.number.integer.decimal.css */ |
3625 | | -/* ^^^ support.function.var.css */ |
3626 | | -/* ^^^^^^^^^^ variable.other.custom-property.css */ |
3627 | | -
|
3628 | | - top: round(up 10px var(--interval)); |
3629 | | -/* ^^^^^ meta.function-call.identifier.css support.function.calc.css */ |
3630 | | -/* ^^^^^^^^^^^^^^^^^^^^^^^^^ meta.function-call.arguments.css meta.group.css */ |
3631 | | -/* ^^ keyword.other.round.strategy.css */ |
3632 | | -/* ^^^^ meta.number.integer.decimal.css */ |
3633 | | -/* ^^^ support.function.var.css */ |
3634 | | -/* ^^^^^^^^^^ variable.other.custom-property.css */ |
3635 | 3594 | } |
3636 | 3595 |
|
3637 | 3596 | .test-toggle-function { |
|
0 commit comments