182182/* ^ punctuation.section.block.end.css */
183183}
184184/* <- meta.property-list.css meta.block.css punctuation.section.block.end.css */
185+
186+ .theme-functions {
187+
188+ font-family : --theme (
189+ /* ^^^^^^^^^^ meta.property-value.css */
190+ /* ^^^^^^^ meta.function-call.identifier.css support.function.theme.css.tailwind */
191+ /* ^ meta.function-call.arguments.css meta.group.css punctuation.section.group.begin.css */
192+ --custom-var ,
193+ /*^^^^^^^^^^^^^^^^^^^ meta.property-value.css meta.function-call.arguments.css meta.group.css */
194+ /* ^^^^^^^^^^^^ variable.other.custom-property.css */
195+ ui-monospace,
196+ /*^^^^^^^^^^^^^^^^^^^ meta.property-value.css meta.function-call.arguments.css meta.group.css */
197+ /* ^^^^^^^^^^^^ support.constant.property-value.css */
198+ Consolas,
199+ /*^^^^^^^^^^^^^^^ meta.property-value.css meta.function-call.arguments.css meta.group.css */
200+ /* ^^^^^^^^ meta.string.css string.unquoted.css */
201+ 'Courier New'
202+ /*^^^^^^^^^^^^^^^^^^^ meta.property-value.css meta.function-call.arguments.css meta.group.css */
203+ /* ^^^^^^^^^^^^^ meta.string.css string.quoted.single.css */
204+ /* ^ punctuation.definition.string.begin.css */
205+ /* ^ punctuation.definition.string.end.css */
206+ );
207+ /*^^^ meta.property-value.css meta.function-call.arguments.css meta.group.css */
208+ /* ^ punctuation.section.group.end.css */
209+ /* ^ punctuation.terminator.rule.css */
210+
211+ font-feature-settings : --theme (--default-settings , normal);
212+ /* ^^^^^^^ meta.function-call.identifier.css support.function.theme.css.tailwind */
213+ /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.function-call.arguments.css meta.group.css */
214+ /* ^ punctuation.section.group.begin.css */
215+ /* ^^^^^^^^^^^^^^^^^^ variable.other.custom-property.css */
216+ /* ^ punctuation.separator.sequence.css */
217+ /* ^^^^^^ support.constant.property-value.css */
218+ /* ^ punctuation.section.group.end.css */
219+ /* ^ punctuation.terminator.rule.css */
220+
221+ color : --theme (--theme-color , red);
222+ /* ^^^^^^^ meta.function-call.identifier.css support.function.theme.css.tailwind */
223+ /* ^^^^^^^^^^^^^^^^^^^^ meta.function-call.arguments.css meta.group.css */
224+ /* ^ punctuation.section.group.begin.css */
225+ /* ^^^^^^^^^^^^^ variable.other.custom-property.css */
226+ /* ^ punctuation.separator.sequence.css */
227+ /* ^^^ support.constant.color.w3c.standard.css */
228+ /* ^ punctuation.section.group.end.css */
229+ /* ^ punctuation.terminator.rule.css */
230+ }
0 commit comments