mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 01:46:37 +00:00
Update html_cva.rst
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user