Update html_cva.rst

This commit is contained in:
seb-jean
2025-03-12 18:12:07 +01:00
committed by GitHub
parent 8440cf4ac2
commit 1a46d12033
+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'],