Skip to content

Commit 631cb8e

Browse files
committed
CI: Remove incompatible CSS assertions
They require ST 4192+
1 parent 35b92e6 commit 631cb8e

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

tests/syntax_test_css.postcss

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -3591,47 +3591,6 @@
35913591
/* ^ meta.number.integer.decimal.css constant.numeric.value.css */
35923592
/* ^ punctuation.section.group.end.css */
35933593
/* ^ 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 */
36353594
}
36363595
36373596
.test-toggle-function {

0 commit comments

Comments
 (0)