Skip to content

Commit 0822f3e

Browse files
authored
chore(css): calc-constant renamed to calc-keyword (#2442)
1 parent 282c612 commit 0822f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/calc-constants.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: calc() constants
2-
description: The `e`, `pi`, `infinity`, and `NaN` constants are accepted in CSS math functions such as `calc()`.
1+
name: calc() keywords
2+
description: The `e`, `pi`, `infinity`, and `NaN` keywords represent well-defined constants accepted in CSS math functions such as `calc()`.
33
spec: https://drafts.csswg.org/css-values-4/#calc-keywords
44
group: css

0 commit comments

Comments
 (0)