Skip to content

Commit

Permalink
chore(css): Fix group for css env() function (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Feb 24, 2025
1 parent 7000695 commit 6c947bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"CSS Counter Styles",
"CSS Custom Properties for Cascading Variables",
"CSS Display",
"CSS Environment Variables",
"CSS Flexible Box Layout",
"CSS Fonts",
"CSS Fragmentation",
Expand Down
2 changes: 1 addition & 1 deletion css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"env()": {
"syntax": "env( <custom-ident> , <declaration-value>? )",
"groups": [
"CSS Box Model"
"CSS Environment Variables"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env"
Expand Down

0 comments on commit 6c947bc

Please sign in to comment.