Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail authored Jan 20, 2025
1 parent 8754943 commit 74c384c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions css/syntaxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,39 @@
"conic-gradient()": {
"syntax": "conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"
},
"container-name": {
"syntax": "<custom-ident>"
},
"container-query": {
"syntax": "not <query-in-parens> | <query-in-parens> [ [ and <query-in-parens> ]* | [ or <query-in-parens> ]* ]"
},
"query-in-parens": {
"syntax": "( <container-query> ) | ( <size-feature> ) | style( <style-query> ) | scroll-state( <scroll-state-query> ) | <general-enclosed>"
},
"style-query": {
"syntax": "not <style-in-parens> | <style-in-parens> [ [ and <style-in-parens> ]* | [ or <style-in-parens> ]* ] | <style-feature> "
},
"style-in-parens": {
"syntax": "( <style-query> ) | ( <style-feature> ) | <general-enclosed>"
},
"scroll-state-query": {
"syntax": "not <scroll-state-in-parens> | <scroll-state-in-parens> [ [ and <scroll-state-in-parens> ]* | [ or <scroll-state-in-parens> ]* ] | <scroll-state-feature> "
},
"scroll-state-in-parens": {
"syntax": "( <scroll-state-query> ) | ( <scroll-state-feature> ) | <general-enclosed>"
},
"scroll-state-feature": {
"syntax": "<metdia-feature>"
},
"size-feature": {
"syntax": "<metdia-feature>"
},
"style-feature": {
"syntax": "<declaration>: <declaration-value> | <custom-property-name>: <declaration-value>"
},
"container-condition": {
"syntax": "[ <container-name>? <container-query>? ]!"
},
"content-distribution": {
"syntax": "space-between | space-around | space-evenly | stretch"
},
Expand Down

0 comments on commit 74c384c

Please sign in to comment.