Skip to content

Commit 2d93515

Browse files
committed
Refactor #functions in @container rules
1 parent c8269e3 commit 2d93515

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/vscode-css/grammars/css.cson

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,9 +1037,6 @@
10371037
'''
10381038
'name': 'support.constant.property-value.container.css'
10391039
}
1040-
{
1041-
'include': '#functions'
1042-
}
10431040
]
10441041
}
10451042
{
@@ -1149,9 +1146,6 @@
11491146
'match': '(true|false)'
11501147
'name': 'support.constant.boolean.container.css'
11511148
}
1152-
{
1153-
'include': '#functions'
1154-
}
11551149
{
11561150
'include': '#property-keywords'
11571151
}
@@ -1182,6 +1176,9 @@
11821176
{
11831177
'include': '#comment-block'
11841178
}
1179+
{
1180+
'include': '#functions'
1181+
}
11851182
]
11861183
'escapes':
11871184
'patterns': [

0 commit comments

Comments
 (0)