Skip to content

Commit 6c947bc

Browse files
chore(css): Fix group for css env() function (#915)
1 parent 7000695 commit 6c947bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

css/definitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"CSS Counter Styles",
1919
"CSS Custom Properties for Cascading Variables",
2020
"CSS Display",
21+
"CSS Environment Variables",
2122
"CSS Flexible Box Layout",
2223
"CSS Fonts",
2324
"CSS Fragmentation",

css/functions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"env()": {
214214
"syntax": "env( <custom-ident> , <declaration-value>? )",
215215
"groups": [
216-
"CSS Box Model"
216+
"CSS Environment Variables"
217217
],
218218
"status": "standard",
219219
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env"

0 commit comments

Comments
 (0)