Skip to content

Commit

Permalink
Rename css.types.calc-constant to css.types.calc-keyword (#25395)
Browse files Browse the repository at this point in the history
* calc-constant renamed to calc-keyword

* calc-constant renamed to calc-keyword
  • Loading branch information
bsmth authored Dec 13, 2024
1 parent ee05bd5 commit 1d69131
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/types/calc-constant.json → css/types/calc-keyword.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"css": {
"types": {
"calc-constant": {
"calc-keyword": {
"__compat": {
"description": "`<calc-constant>`",
"spec_url": "https://drafts.csswg.org/css-values/#calc-constants",
"description": "`<calc-keyword>`",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc-keyword",
"spec_url": "https://drafts.csswg.org/css-values/#typedef-calc-keyword",
"tags": [
"web-features:calc-constants"
],
Expand Down

0 comments on commit 1d69131

Please sign in to comment.