File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ export function buildDesignSystem(theme: Theme): DesignSystem {
7777 return new DefaultMap < Candidate > ( ( candidate ) => {
7878 let ast = compileAstNodes ( candidate , designSystem , flags )
7979
80- // Arbitrary values (`text-[theme(--color-red-500)]`) and arbitrary
81- // properties (`[--my-var:theme(--color-red-500)]`) can contain function
82- // calls so we need evaluate any functions we find there that weren't in
83- // the source CSS.
8480 try {
81+ // Arbitrary values (`text-[theme(--color-red-500)]`) and arbitrary
82+ // properties (`[--my-var:theme(--color-red-500)]`) can contain function
83+ // calls so we need evaluate any functions we find there that weren't in
84+ // the source CSS.
8585 substituteFunctions (
8686 ast . map ( ( { node } ) => node ) ,
8787 designSystem ,
You can’t perform that action at this time.
0 commit comments