minor #4613 Update html_cva.rst (seb-jean)

This PR was merged into the 3.x branch.

Discussion
----------

Update html_cva.rst

Commits
-------

1a46d12033 Update html_cva.rst
This commit is contained in:
Fabien Potencier
2025-03-30 09:50:03 +02:00
+1 -1
View File
@@ -97,7 +97,7 @@ when multiple other variant conditions are met:
lg: 'text-lg',
}
},
compoundVariants: [{
compound_variants: [{
// if color = red AND size = (md or lg), add the `font-bold` class
color: ['red'],
size: ['md', 'lg'],